#D0CD37

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

Shades of Wattle #D0CD37

Tints of Wattle #D0CD37

Color information

#D0CD37 (or 0xD0CD37) is unknown color: approx Wattle. HEX triplet: D0, CD and 37. RGB value is (208,205,55). Sum of RGB (Red+Green+Blue) = 208+205+55=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD37 is #2F32C8. Grayscale: #BDBDBD. Windows color (decimal): -3093193 or 3657168. OLE color: 3657168.

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

Color convert

RGB20820555-
CMYK00.010.740.18
HSL58.82º61.94%51.57%-
HSV(B)58.82º73.56%81.57%-
XYZ48.5357.3512.13-
YUV188.852.49141.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 55 (21.88% from 255) = 11.75%
R=44.44%
G=43.80%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082055500.010.740.1858.8261.9451.57
HexD0CD37014A123b3e34
Octal320315670111222737664
Binary110100001100110111011101100101010010111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD37; }

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

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

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

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

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

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

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

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