#DEAF40

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

Shades of Tulip Tree #DEAF40

Tints of Tulip Tree #DEAF40

Color information

#DEAF40 (or 0xDEAF40) is unknown color: approx Tulip Tree. HEX triplet: DE, AF and 40. RGB value is (222,175,64). Sum of RGB (Red+Green+Blue) = 222+175+64=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF40 is #2150BF. Grayscale: #B0B0B0. Windows color (decimal): -2183360 or 4239326. OLE color: 4239326.

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

Color convert

RGB22217564-
CMYK00.210.710.13
HSL42.15º70.54%56.08%-
HSV(B)42.15º71.17%87.06%-
XYZ46.3846.5611.39-
YUV176.464.57160.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 64 (25.39% from 255) = 13.88%
R=48.16%
G=37.96%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221756400.210.710.1342.1570.5456.08
HexDEAF4001547D2a4738
Octal336257100025107155210770
Binary11011110101011111000000010101100011111011010101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF40; }

 p { color: rgb(222,175,64); }

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

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

 a { background-color: rgb(222,175,64); }

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

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

 span { border-color: rgb(222,175,64); }

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