#D8C431

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

Shades of Wattle #D8C431

Tints of Wattle #D8C431

Color information

#D8C431 (or 0xD8C431) is unknown color: approx Wattle. HEX triplet: D8, C4 and 31. RGB value is (216,196,49). Sum of RGB (Red+Green+Blue) = 216+196+49=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C431 is #273BCE. Grayscale: #B9B9B9. Windows color (decimal): -2571215 or 3261656. OLE color: 3261656.

HSL color Cylindrical-coordinate representation of color #D8C431: hue angle of 52.81º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8C431 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21619649-
CMYK00.090.770.15
HSL52.81º68.16%51.96%-
HSV(B)52.81º77.31%84.71%-
XYZ48.6154.310.82-
YUV185.2251.13149.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 49 (19.53% from 255) = 10.63%
R=46.85%
G=42.52%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161964900.090.770.1552.8168.1651.96
HexD8C431094DF354434
Octal33030461011115176510464
Binary110110001100010011000101001100110111111101011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C431; }

 p { color: rgb(216,196,49); }

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

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

 a { background-color: rgb(216,196,49); }

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

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

 span { border-color: rgb(216,196,49); }

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