#D8CA3F

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

Shades of Wattle #D8CA3F

Tints of Wattle #D8CA3F

Color information

#D8CA3F (or 0xD8CA3F) is unknown color: approx Wattle. HEX triplet: D8, CA and 3F. RGB value is (216,202,63). Sum of RGB (Red+Green+Blue) = 216+202+63=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA3F is #2735C0. Grayscale: #BEBEBE. Windows color (decimal): -2569665 or 4180696. OLE color: 4180696.

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

Color convert

RGB21620263-
CMYK00.060.710.15
HSL54.51º66.23%54.71%-
HSV(B)54.51º70.83%84.71%-
XYZ50.3457.213.09-
YUV190.3456.14146.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 63 (25% from 255) = 13.10%
R=44.91%
G=42.00%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162026300.060.710.1554.5166.2354.71
HexD8CA3F0647F374237
Octal3303127706107176710267
Binary11011000110010101111110110100011111111101111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA3F; }

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

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

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

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

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

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

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

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