#D7C842

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

Shades of Wattle #D7C842

Tints of Wattle #D7C842

Color information

#D7C842 (or 0xD7C842) is unknown color: approx Wattle. HEX triplet: D7, C8 and 42. RGB value is (215,200,66). Sum of RGB (Red+Green+Blue) = 215+200+66=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C842 is #2837BD. Grayscale: #BDBDBD. Windows color (decimal): -2635710 or 4376791. OLE color: 4376791.

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

Color convert

RGB21520066-
CMYK00.070.690.16
HSL53.96º65.07%55.1%-
HSV(B)53.96º69.3%84.31%-
XYZ49.6656.1513.37-
YUV189.2158.47146.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=44.70%
G=41.58%
B=13.72%

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
Decimal2152006600.070.690.1653.9665.0755.1
HexD7C842074510364137
Octal32731010207105206610167
Binary1101011111001000100001001111000101100001101101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C842; }

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

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

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

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

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

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

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

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