#D8CA42

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

Shades of Wattle #D8CA42

Tints of Wattle #D8CA42

Color information

#D8CA42 (or 0xD8CA42) is unknown color: approx Wattle. HEX triplet: D8, CA and 42. RGB value is (216,202,66). Sum of RGB (Red+Green+Blue) = 216+202+66=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA42 is #2735BD. Grayscale: #BFBFBF. Windows color (decimal): -2569662 or 4377304. OLE color: 4377304.

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

Color convert

RGB21620266-
CMYK00.060.690.15
HSL54.4º65.79%55.29%-
HSV(B)54.4º69.44%84.71%-
XYZ50.4257.2313.54-
YUV190.6857.64146.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 66 (26.17% from 255) = 13.64%
R=44.63%
G=41.74%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162026600.060.690.1554.465.7955.29
HexD8CA420645F364237
Octal33031210206105176610267
Binary110110001100101010000100110100010111111101101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA42; }

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

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

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

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

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

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

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

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