#D7CD42

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

Shades of Wattle #D7CD42

Tints of Wattle #D7CD42

Color information

#D7CD42 (or 0xD7CD42) is unknown color: approx Wattle. HEX triplet: D7, CD and 42. RGB value is (215,205,66). Sum of RGB (Red+Green+Blue) = 215+205+66=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CD42 is #2832BD. Grayscale: #C0C0C0. Windows color (decimal): -2634430 or 4378071. OLE color: 4378071.

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

Color convert

RGB21520566-
CMYK00.050.690.16
HSL55.97º65.07%55.1%-
HSV(B)55.97º69.3%84.31%-
XYZ50.8458.513.77-
YUV192.1456.81144.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.24%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 66 (26.17% from 255) = 13.58%
R=44.24%
G=42.18%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152056600.050.690.1655.9765.0755.1
HexD7CD42054510384137
Octal32731510205105207010167
Binary1101011111001101100001001011000101100001110001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD42; }

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

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

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

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

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

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

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

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