#D6CA42

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

Shades of Wattle #D6CA42

Tints of Wattle #D6CA42

Color information

#D6CA42 (or 0xD6CA42) is unknown color: approx Wattle. HEX triplet: D6, CA and 42. RGB value is (214,202,66). Sum of RGB (Red+Green+Blue) = 214+202+66=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA42 is #2935BD. Grayscale: #BEBEBE. Windows color (decimal): -2700734 or 4377302. OLE color: 4377302.

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

Color convert

RGB21420266-
CMYK00.060.690.16
HSL55.14º64.35%54.9%-
HSV(B)55.14º69.16%83.92%-
XYZ49.8456.9313.52-
YUV190.0857.98145.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=44.40%
G=41.91%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142026600.060.690.1655.1464.3554.9
HexD6CA42064510374037
Octal32631210206105206710067
Binary1101011011001010100001001101000101100001101111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA42; }

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

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

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

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

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

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

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

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