#D8CE72

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

Shades of Wild Rice #D8CE72

Tints of Wild Rice #D8CE72

Color information

#D8CE72 (or 0xD8CE72) is unknown color: approx Wild Rice. HEX triplet: D8, CE and 72. RGB value is (216,206,114). Sum of RGB (Red+Green+Blue) = 216+206+114=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE72 is #27318D. Grayscale: #C6C6C6. Windows color (decimal): -2568590 or 7524056. OLE color: 7524056.

HSL color Cylindrical-coordinate representation of color #D8CE72: hue angle of 54.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8CE72 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216206114-
CMYK00.050.470.15
HSL54.12º56.67%64.71%-
HSV(B)54.12º47.22%84.71%-
XYZ53.4359.9624.68-
YUV198.580.31140.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 114 (44.92% from 255) = 21.27%
R=40.30%
G=38.43%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620611400.050.470.1554.1256.6764.71
HexD8CE72052FF363941
Octal3303161620557176671101
Binary11011000110011101110010010110111111111101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CE72; }

 p { color: rgb(216,206,114); }

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

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

 a { background-color: rgb(216,206,114); }

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

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

 span { border-color: rgb(216,206,114); }

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