#DCAB33

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

Shades of Metallic Gold #DCAB33

Tints of Metallic Gold #DCAB33

Color information

#DCAB33 (or 0xDCAB33) is unknown color: approx Metallic Gold. HEX triplet: DC, AB and 33. RGB value is (220,171,51). Sum of RGB (Red+Green+Blue) = 220+171+51=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB33 is #2354CC. Grayscale: #ACACAC. Windows color (decimal): -2315469 or 3386332. OLE color: 3386332.

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

Color convert

RGB22017151-
CMYK00.220.770.14
HSL42.6º70.71%53.14%-
HSV(B)42.6º76.82%86.27%-
XYZ44.6844.589.38-
YUV171.9759.73162.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 51 (20.31% from 255) = 11.54%
R=49.77%
G=38.69%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201715100.220.770.1442.670.7153.14
HexDCAB330164DE2b4735
Octal33425363026115165310765
Binary1101110010101011110011010110100110111101010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB33; }

 p { color: rgb(220,171,51); }

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

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

 a { background-color: rgb(220,171,51); }

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

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

 span { border-color: rgb(220,171,51); }

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