#D6C737

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

Shades of Wattle #D6C737

Tints of Wattle #D6C737

Color information

#D6C737 (or 0xD6C737) is unknown color: approx Wattle. HEX triplet: D6, C7 and 37. RGB value is (214,199,55). Sum of RGB (Red+Green+Blue) = 214+199+55=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C737 is #2938C8. Grayscale: #BBBBBB. Windows color (decimal): -2701513 or 3655638. OLE color: 3655638.

HSL color Cylindrical-coordinate representation of color #D6C737: hue angle of 54.34º 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 #D6C737 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21419955-
CMYK00.070.740.16
HSL54.34º65.98%52.75%-
HSV(B)54.34º74.3%83.92%-
XYZ48.8455.4211.74-
YUV187.0753.47147.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 199 (78.12% from 255) = 42.52%
BLUE value IS 55 (21.88% from 255) = 11.75%
R=45.73%
G=42.52%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141995500.070.740.1654.3465.9852.75
HexD6C737074A10364235
Octal3263076707112206610265
Binary110101101100011111011101111001010100001101101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C737; }

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

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

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

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

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

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

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

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