#D0C03C

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

Shades of Wattle #D0C03C

Tints of Wattle #D0C03C

Color information

#D0C03C (or 0xD0C03C) is unknown color: approx Wattle. HEX triplet: D0, C0 and 3C. RGB value is (208,192,60). Sum of RGB (Red+Green+Blue) = 208+192+60=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C03C is #2F3FC3. Grayscale: #B6B6B6. Windows color (decimal): -3096516 or 3981520. OLE color: 3981520.

HSL color Cylindrical-coordinate representation of color #D0C03C: hue angle of 53.51º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0C03C is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20819260-
CMYK00.080.710.18
HSL53.51º61.16%52.55%-
HSV(B)53.51º71.15%81.57%-
XYZ45.6851.4411.8-
YUV181.7459.3146.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 192 (75.39% from 255) = 41.74%
BLUE value IS 60 (23.83% from 255) = 13.04%
R=45.22%
G=41.74%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081926000.080.710.1853.5161.1652.55
HexD0C03C084712363d35
Octal3203007401010722667565
Binary110100001100000011110001000100011110010110110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C03C; }

 p { color: rgb(208,192,60); }

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

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

 a { background-color: rgb(208,192,60); }

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

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

 span { border-color: rgb(208,192,60); }

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