#DEAF34

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

Shades of Metallic Gold #DEAF34

Tints of Metallic Gold #DEAF34

Color information

#DEAF34 (or 0xDEAF34) is unknown color: approx Metallic Gold. HEX triplet: DE, AF and 34. RGB value is (222,175,52). Sum of RGB (Red+Green+Blue) = 222+175+52=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAF34 is #2150CB. Grayscale: #AFAFAF. Windows color (decimal): -2183372 or 3452894. OLE color: 3452894.

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

Color convert

RGB22217552-
CMYK00.210.770.13
HSL43.41º72.03%53.73%-
HSV(B)43.41º76.58%87.06%-
XYZ46.0746.449.78-
YUV175.0358.57161.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 52 (20.70% from 255) = 11.58%
R=49.44%
G=38.98%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221755200.210.770.1343.4172.0353.73
HexDEAF340154DD2b4836
Octal33625764025115155311066
Binary1101111010101111110100010101100110111011010111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF34; }

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

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

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

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

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

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

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

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