#D0CD39

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

Shades of Wattle #D0CD39

Tints of Wattle #D0CD39

Color information

#D0CD39 (or 0xD0CD39) is unknown color: approx Wattle. HEX triplet: D0, CD and 39. RGB value is (208,205,57). Sum of RGB (Red+Green+Blue) = 208+205+57=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD39 is #2F32C6. Grayscale: #BDBDBD. Windows color (decimal): -3093191 or 3788240. OLE color: 3788240.

HSL color Cylindrical-coordinate representation of color #D0CD39: hue angle of 58.81º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0CD39 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20820557-
CMYK00.010.730.18
HSL58.81º61.63%51.96%-
HSV(B)58.81º72.6%81.57%-
XYZ48.5857.3712.38-
YUV189.0253.49141.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 57 (22.66% from 255) = 12.13%
R=44.26%
G=43.62%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082055700.010.730.1858.8161.6351.96
HexD0CD390149123b3e34
Octal320315710111122737664
Binary110100001100110111100101100100110010111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD39; }

 p { color: rgb(208,205,57); }

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

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

 a { background-color: rgb(208,205,57); }

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

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

 span { border-color: rgb(208,205,57); }

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