#D8CC3F

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

Shades of Wattle #D8CC3F

Tints of Wattle #D8CC3F

Color information

#D8CC3F (or 0xD8CC3F) is unknown color: approx Wattle. HEX triplet: D8, CC and 3F. RGB value is (216,204,63). Sum of RGB (Red+Green+Blue) = 216+204+63=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC3F is #2733C0. Grayscale: #C0C0C0. Windows color (decimal): -2569153 or 4181208. OLE color: 4181208.

HSL color Cylindrical-coordinate representation of color #D8CC3F: hue angle of 55.29º 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 #D8CC3F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21620463-
CMYK00.060.710.15
HSL55.29º66.23%54.71%-
HSV(B)55.29º70.83%84.71%-
XYZ50.8158.1413.25-
YUV191.5155.48145.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 63 (25% from 255) = 13.04%
R=44.72%
G=42.24%
B=13.04%

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
Decimal2162046300.060.710.1555.2966.2354.71
HexD8CC3F0647F374237
Octal3303147706107176710267
Binary11011000110011001111110110100011111111101111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC3F; }

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

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

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

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

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

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

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

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