#D0CF49

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

Shades of Wattle #D0CF49

Tints of Wattle #D0CF49

Color information

#D0CF49 (or 0xD0CF49) is unknown color: approx Wattle. HEX triplet: D0, CF and 49. RGB value is (208,207,73). Sum of RGB (Red+Green+Blue) = 208+207+73=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF49 is #2F30B6. Grayscale: #C0C0C0. Windows color (decimal): -3092663 or 4837328. OLE color: 4837328.

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

Color convert

RGB20820773-
CMYK00.000.650.18
HSL59.56º58.95%55.1%-
HSV(B)59.56º64.9%81.57%-
XYZ49.5358.5214.99-
YUV192.0260.83139.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 73 (28.91% from 255) = 14.96%
R=42.62%
G=42.42%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082077300.000.650.1859.5658.9555.1
HexD0CF490041123c3b37
Octal3203171110010122747367
Binary1101000011001111100100100100000110010111100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CF49; }

 p { color: rgb(208,207,73); }

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

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

 a { background-color: rgb(208,207,73); }

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

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

 span { border-color: rgb(208,207,73); }

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