#DCAA33

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

Shades of Metallic Gold #DCAA33

Tints of Metallic Gold #DCAA33

Color information

#DCAA33 (or 0xDCAA33) is unknown color: approx Metallic Gold. HEX triplet: DC, AA and 33. RGB value is (220,170,51). Sum of RGB (Red+Green+Blue) = 220+170+51=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA33 is #2355CC. Grayscale: #ABABAB. Windows color (decimal): -2315725 or 3386076. OLE color: 3386076.

HSL color Cylindrical-coordinate representation of color #DCAA33: hue angle of 42.25º 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 #DCAA33 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22017051-
CMYK00.230.770.14
HSL42.25º70.71%53.14%-
HSV(B)42.25º76.82%86.27%-
XYZ44.4944.29.32-
YUV171.3860.06162.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=49.89%
G=38.55%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201705100.230.770.1442.2570.7153.14
HexDCAA330174DE2a4735
Octal33425263027115165210765
Binary1101110010101010110011010111100110111101010101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA33; }

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

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

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

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

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

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

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

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