#D0CE45

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

Shades of Wattle #D0CE45

Tints of Wattle #D0CE45

Color information

#D0CE45 (or 0xD0CE45) is unknown color: approx Wattle. HEX triplet: D0, CE and 45. RGB value is (208,206,69). Sum of RGB (Red+Green+Blue) = 208+206+69=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE45 is #2F31BA. Grayscale: #BFBFBF. Windows color (decimal): -3092923 or 4574928. OLE color: 4574928.

HSL color Cylindrical-coordinate representation of color #D0CE45: hue angle of 59.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0CE45 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB20820669-
CMYK00.010.670.18
HSL59.14º59.66%54.31%-
HSV(B)59.14º66.83%81.57%-
XYZ49.1657.9814.23-
YUV190.9859.16140.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 69 (27.34% from 255) = 14.29%
R=43.06%
G=42.65%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082066900.010.670.1859.1459.6654.31
HexD0CE450143123b3c36
Octal3203161050110322737466
Binary1101000011001110100010101100001110010111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CE45; }

 p { color: rgb(208,206,69); }

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

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

 a { background-color: rgb(208,206,69); }

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

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

 span { border-color: rgb(208,206,69); }

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