#D8C93F

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

Shades of Wattle #D8C93F

Tints of Wattle #D8C93F

Color information

#D8C93F (or 0xD8C93F) is unknown color: approx Wattle. HEX triplet: D8, C9 and 3F. RGB value is (216,201,63). Sum of RGB (Red+Green+Blue) = 216+201+63=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C93F is #2736C0. Grayscale: #BEBEBE. Windows color (decimal): -2569921 or 4180440. OLE color: 4180440.

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

Color convert

RGB21620163-
CMYK00.070.710.15
HSL54.12º66.23%54.71%-
HSV(B)54.12º70.83%84.71%-
XYZ50.156.7313.01-
YUV189.7556.47146.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 201 (78.91% from 255) = 41.88%
BLUE value IS 63 (25% from 255) = 13.12%
R=45%
G=41.88%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162016300.070.710.1554.1266.2354.71
HexD8C93F0747F364237
Octal3303117707107176610267
Binary11011000110010011111110111100011111111101101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C93F; }

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

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

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

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

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

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

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

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