#D0CB4A

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

Shades of Wattle #D0CB4A

Tints of Wattle #D0CB4A

Color information

#D0CB4A (or 0xD0CB4A) is unknown color: approx Wattle. HEX triplet: D0, CB and 4A. RGB value is (208,203,74). Sum of RGB (Red+Green+Blue) = 208+203+74=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB4A is #2F34B5. Grayscale: #BEBEBE. Windows color (decimal): -3093686 or 4901840. OLE color: 4901840.

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

Color convert

RGB20820374-
CMYK00.020.640.18
HSL57.76º58.77%55.29%-
HSV(B)57.76º64.42%81.57%-
XYZ48.656.6214.84-
YUV189.7962.66140.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 74 (29.30% from 255) = 15.26%
R=42.89%
G=41.86%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082037400.020.640.1857.7658.7755.29
HexD0CB4A0240123a3b37
Octal3203131120210022727367
Binary11010000110010111001010010100000010010111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB4A; }

 p { color: rgb(208,203,74); }

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

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

 a { background-color: rgb(208,203,74); }

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

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

 span { border-color: rgb(208,203,74); }

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