#D8D23F

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

Shades of Wattle #D8D23F

Tints of Wattle #D8D23F

Color information

#D8D23F (or 0xD8D23F) is unknown color: approx Wattle. HEX triplet: D8, D2 and 3F. RGB value is (216,210,63). Sum of RGB (Red+Green+Blue) = 216+210+63=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D23F is #272DC0. Grayscale: #C3C3C3. Windows color (decimal): -2567617 or 4182744. OLE color: 4182744.

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

Color convert

RGB21621063-
CMYK00.030.710.15
HSL57.65º66.23%54.71%-
HSV(B)57.65º70.83%84.71%-
XYZ52.2661.0513.73-
YUV195.0453.49142.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 210 (82.42% from 255) = 42.94%
BLUE value IS 63 (25% from 255) = 12.88%
R=44.17%
G=42.94%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162106300.030.710.1557.6566.2354.71
HexD8D23F0347F3a4237
Octal3303227703107177210267
Binary1101100011010010111111011100011111111110101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D23F; }

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

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

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

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

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

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

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

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