#d8cd37

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

Shades of Wattle #D8CD37

Tints of Wattle #D8CD37

Color information

#D8CD37 (or 0xD8CD37) is unknown color: approx Wattle. HEX triplet: D8, CD and 37. RGB value is (216,205,55). Sum of RGB (Red+Green+Blue) = 216+205+55=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD37 is #2732C8. Grayscale: #BFBFBF. Windows color (decimal): -2568905 or 3657176. OLE color: 3657176.

HSL color Cylindrical-coordinate representation of color #D8CD37: hue angle of 55.9º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8CD37 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB21620555-
CMYK00.050.750.15
HSL55.9º67.36%53.14%-
HSV(B)55.9º74.54%84.71%-
XYZ50.8458.5412.23-
YUV191.1951.14145.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 55 (21.88% from 255) = 11.55%
R=45.38%
G=43.07%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162055500.050.750.1555.967.3653.14
HexD8CD37054BF384335
Octal3303156705113177010365
Binary11011000110011011101110101100101111111110001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8cd37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8cd37; }

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

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

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

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

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

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

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

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