#DCCA3C

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

Shades of Wattle #DCCA3C

Tints of Wattle #DCCA3C

Color information

#DCCA3C (or 0xDCCA3C) is unknown color: approx Wattle. HEX triplet: DC, CA and 3C. RGB value is (220,202,60). Sum of RGB (Red+Green+Blue) = 220+202+60=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA3C is #2335C3. Grayscale: #BFBFBF. Windows color (decimal): -2307524 or 3984092. OLE color: 3984092.

HSL color Cylindrical-coordinate representation of color #DCCA3C: hue angle of 53.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCCA3C is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB22020260-
CMYK00.080.730.14
HSL53.25º69.57%54.9%-
HSV(B)53.25º72.73%86.27%-
XYZ51.4557.7812.72-
YUV191.1953.96148.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 60 (23.83% from 255) = 12.45%
R=45.64%
G=41.91%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202026000.080.730.1453.2569.5754.9
HexDCCA3C0849E354637
Octal33431274010111166510667
Binary110111001100101011110001000100100111101101011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA3C; }

 p { color: rgb(220,202,60); }

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

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

 a { background-color: rgb(220,202,60); }

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

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

 span { border-color: rgb(220,202,60); }

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