#D7C942

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

Shades of Wattle #D7C942

Tints of Wattle #D7C942

Color information

#D7C942 (or 0xD7C942) is unknown color: approx Wattle. HEX triplet: D7, C9 and 42. RGB value is (215,201,66). Sum of RGB (Red+Green+Blue) = 215+201+66=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C942 is #2836BD. Grayscale: #BEBEBE. Windows color (decimal): -2635454 or 4377047. OLE color: 4377047.

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

Color convert

RGB21520166-
CMYK00.070.690.16
HSL54.36º65.07%55.1%-
HSV(B)54.36º69.3%84.31%-
XYZ49.8956.6113.45-
YUV189.858.14145.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=44.61%
G=41.70%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152016600.070.690.1654.3665.0755.1
HexD7C942074510364137
Octal32731110207105206610167
Binary1101011111001001100001001111000101100001101101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C942; }

 p { color: rgb(215,201,66); }

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

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

 a { background-color: rgb(215,201,66); }

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

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

 span { border-color: rgb(215,201,66); }

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