#D0CA3F

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

Shades of Wattle #D0CA3F

Tints of Wattle #D0CA3F

Color information

#D0CA3F (or 0xD0CA3F) is unknown color: approx Wattle. HEX triplet: D0, CA and 3F. RGB value is (208,202,63). Sum of RGB (Red+Green+Blue) = 208+202+63=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CA3F is #2F35C0. Grayscale: #BCBCBC. Windows color (decimal): -3093953 or 4180688. OLE color: 4180688.

HSL color Cylindrical-coordinate representation of color #D0CA3F: hue angle of 57.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0CA3F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB20820263-
CMYK00.030.700.18
HSL57.52º60.67%53.14%-
HSV(B)57.52º69.71%81.57%-
XYZ48.0356.0112.98-
YUV187.9557.49142.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 63 (25% from 255) = 13.32%
R=43.97%
G=42.71%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082026300.030.700.1857.5260.6753.14
HexD0CA3F0346123a3d35
Octal320312770310622727565
Binary1101000011001010111111011100011010010111010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA3F; }

 p { color: rgb(208,202,63); }

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

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

 a { background-color: rgb(208,202,63); }

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

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

 span { border-color: rgb(208,202,63); }

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