#DCD132

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

Shades of Wattle #DCD132

Tints of Wattle #DCD132

Color information

#DCD132 (or 0xDCD132) is unknown color: approx Wattle. HEX triplet: DC, D1 and 32. RGB value is (220,209,50). Sum of RGB (Red+Green+Blue) = 220+209+50=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD132 is #232ECD. Grayscale: #C2C2C2. Windows color (decimal): -2305742 or 3330524. OLE color: 3330524.

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

Color convert

RGB22020950-
CMYK00.050.770.14
HSL56.12º70.83%52.94%-
HSV(B)56.12º77.27%86.27%-
XYZ52.8961.0512.01-
YUV194.1646.64146.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.93%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 50 (19.92% from 255) = 10.44%
R=45.93%
G=43.63%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202095000.050.770.1456.1270.8352.94
HexDCD132054DE384735
Octal3343216205115167010765
Binary11011100110100011100100101100110111101110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD132; }

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

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

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

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

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

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

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

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