#D6CA37

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

Shades of Wattle #D6CA37

Tints of Wattle #D6CA37

Color information

#D6CA37 (or 0xD6CA37) is unknown color: approx Wattle. HEX triplet: D6, CA and 37. RGB value is (214,202,55). Sum of RGB (Red+Green+Blue) = 214+202+55=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA37 is #2935C8. Grayscale: #BDBDBD. Windows color (decimal): -2700745 or 3656406. OLE color: 3656406.

HSL color Cylindrical-coordinate representation of color #D6CA37: hue angle of 55.47º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6CA37 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21420255-
CMYK00.060.740.16
HSL55.47º65.98%52.75%-
HSV(B)55.47º74.3%83.92%-
XYZ49.5456.8111.97-
YUV188.8352.48145.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 55 (21.88% from 255) = 11.68%
R=45.44%
G=42.89%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142025500.060.740.1655.4765.9852.75
HexD6CA37064A10374235
Octal3263126706112206710265
Binary110101101100101011011101101001010100001101111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA37; }

 p { color: rgb(214,202,55); }

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

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

 a { background-color: rgb(214,202,55); }

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

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

 span { border-color: rgb(214,202,55); }

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