#DEAF29

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

Shades of Gold Tips #DEAF29

Tints of Gold Tips #DEAF29

Color information

#DEAF29 (or 0xDEAF29) is unknown color: approx Gold Tips. HEX triplet: DE, AF and 29. RGB value is (222,175,41). Sum of RGB (Red+Green+Blue) = 222+175+41=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF29 is #2150D6. Grayscale: #AEAEAE. Windows color (decimal): -2183383 or 2731998. OLE color: 2731998.

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

Color convert

RGB22217541-
CMYK00.210.820.13
HSL44.42º73.28%51.57%-
HSV(B)44.42º81.53%87.06%-
XYZ45.8546.358.63-
YUV173.7853.07162.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.68%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 41 (16.41% from 255) = 9.36%
R=50.68%
G=39.95%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221754100.210.820.1344.4273.2851.57
HexDEAF2901552D2c4934
Octal33625751025122155411164
Binary1101111010101111101001010101101001011011011001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF29; }

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

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

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

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

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

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

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

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