#DCAF34

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

Shades of Metallic Gold #DCAF34

Tints of Metallic Gold #DCAF34

Color information

#DCAF34 (or 0xDCAF34) is unknown color: approx Metallic Gold. HEX triplet: DC, AF and 34. RGB value is (220,175,52). Sum of RGB (Red+Green+Blue) = 220+175+52=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF34 is #2350CB. Grayscale: #AEAEAE. Windows color (decimal): -2314444 or 3452892. OLE color: 3452892.

HSL color Cylindrical-coordinate representation of color #DCAF34: hue angle of 43.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCAF34 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB22017552-
CMYK00.200.760.14
HSL43.93º70.59%53.33%-
HSV(B)43.93º76.36%86.27%-
XYZ45.4746.129.76-
YUV174.4358.91160.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 52 (20.70% from 255) = 11.63%
R=49.22%
G=39.15%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201755200.200.760.1443.9370.5953.33
HexDCAF340144CE2c4735
Octal33425764024114165410765
Binary1101110010101111110100010100100110011101011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF34; }

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

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

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

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

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

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

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

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