#DEAB42

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

Shades of Tulip Tree #DEAB42

Tints of Tulip Tree #DEAB42

Color information

#DEAB42 (or 0xDEAB42) is unknown color: approx Tulip Tree. HEX triplet: DE, AB and 42. RGB value is (222,171,66). Sum of RGB (Red+Green+Blue) = 222+171+66=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB42 is #2154BD. Grayscale: #AEAEAE. Windows color (decimal): -2184382 or 4369374. OLE color: 4369374.

HSL color Cylindrical-coordinate representation of color #DEAB42: hue angle of 40.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEAB42 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22217166-
CMYK00.230.700.13
HSL40.38º70.27%56.47%-
HSV(B)40.38º70.27%87.06%-
XYZ45.6745.0511.44-
YUV174.2866.9162.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 66 (26.17% from 255) = 14.38%
R=48.37%
G=37.25%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221716600.230.700.1340.3870.2756.47
HexDEAB4201746D284638
Octal336253102027106155010670
Binary11011110101010111000010010111100011011011010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAB42; }

 p { color: rgb(222,171,66); }

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

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

 a { background-color: rgb(222,171,66); }

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

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

 span { border-color: rgb(222,171,66); }

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