#D0C447

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

Shades of Wattle #D0C447

Tints of Wattle #D0C447

Color information

#D0C447 (or 0xD0C447) is unknown color: approx Wattle. HEX triplet: D0, C4 and 47. RGB value is (208,196,71). Sum of RGB (Red+Green+Blue) = 208+196+71=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C447 is #2F3BB8. Grayscale: #B9B9B9. Windows color (decimal): -3095481 or 4703440. OLE color: 4703440.

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

Color convert

RGB20819671-
CMYK00.060.660.18
HSL54.74º59.31%54.71%-
HSV(B)54.74º65.87%81.57%-
XYZ46.8953.3413.79-
YUV185.3463.48144.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 71 (28.12% from 255) = 14.95%
R=43.79%
G=41.26%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081967100.060.660.1854.7459.3154.71
HexD0C447064212373b37
Octal3203041070610222677367
Binary110100001100010010001110110100001010010110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C447; }

 p { color: rgb(208,196,71); }

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

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

 a { background-color: rgb(208,196,71); }

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

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

 span { border-color: rgb(208,196,71); }

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