#DA942E

Color #DA942E Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DA942E

Tints of Buttercup #DA942E

Color information

#DA942E (or 0xDA942E) is unknown color: approx Buttercup. HEX triplet: DA, 94 and 2E. RGB value is (218,148,46). Sum of RGB (Red+Green+Blue) = 218+148+46=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA942E is #256BD1. Grayscale: #9D9D9D. Windows color (decimal): -2452434 or 3052762. OLE color: 3052762.

HSL color Cylindrical-coordinate representation of color #DA942E: hue angle of 35.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA942E is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21814846-
CMYK00.320.790.15
HSL35.58º69.92%51.76%-
HSV(B)35.58º78.9%85.49%-
XYZ4036.287.48-
YUV157.365.19171.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 46 (18.36% from 255) = 11.17%
R=52.91%
G=35.92%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181484600.320.790.1535.5869.9251.76
HexDA942E0204FF244634
Octal33222456040117174410664
Binary11011010100101001011100100000100111111111001001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA942E; }

 p { color: rgb(218,148,46); }

 H1.HeaderClassName
 {
   color: #DA942E;
 }
 .AnyTagClassName
 {
   color: #DA942E;
 }
</style>
background-color css

<style>
 a { background-color: #DA942E; }

 a { background-color: rgb(218,148,46); }

 div.DivClassName
 {
   background-color: #DA942E;
 }
 .BgClassName
 {
   background-color: #DA942E;
 }
</style>
border-color css

<style>
 span { border-color: #DA942E; }

 span { border-color: rgb(218,148,46); }

 td.TdClassName
 {
   border-color: #DA942E;
 }
 .TagClassName
 {
   border-color: #DA942E;
 }
</style>