#DCCC32

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

Shades of Wattle #DCCC32

Tints of Wattle #DCCC32

Color information

#DCCC32 (or 0xDCCC32) is unknown color: approx Wattle. HEX triplet: DC, CC and 32. RGB value is (220,204,50). Sum of RGB (Red+Green+Blue) = 220+204+50=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC32 is #2333CD. Grayscale: #BFBFBF. Windows color (decimal): -2307022 or 3329244. OLE color: 3329244.

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

Color convert

RGB22020450-
CMYK00.070.770.14
HSL54.35º70.83%52.94%-
HSV(B)54.35º77.27%86.27%-
XYZ51.6858.6311.61-
YUV191.2348.3148.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.41%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 50 (19.92% from 255) = 10.55%
R=46.41%
G=43.04%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202045000.070.770.1454.3570.8352.94
HexDCCC32074DE364735
Octal3343146207115166610765
Binary11011100110011001100100111100110111101101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC32; }

 p { color: rgb(220,204,50); }

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

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

 a { background-color: rgb(220,204,50); }

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

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

 span { border-color: rgb(220,204,50); }

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