#D8CE77

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

Shades of Wild Rice #D8CE77

Tints of Wild Rice #D8CE77

Color information

#D8CE77 (or 0xD8CE77) is unknown color: approx Wild Rice. HEX triplet: D8, CE and 77. RGB value is (216,206,119). Sum of RGB (Red+Green+Blue) = 216+206+119=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE77 is #273188. Grayscale: #C7C7C7. Windows color (decimal): -2568585 or 7851736. OLE color: 7851736.

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

Color convert

RGB216206119-
CMYK00.050.450.15
HSL53.81º55.43%65.69%-
HSV(B)53.81º44.91%84.71%-
XYZ53.7260.0726.22-
YUV199.0782.81140.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 119 (46.88% from 255) = 22.00%
R=39.93%
G=38.08%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620611900.050.450.1553.8155.4365.69
HexD8CE77052DF363742
Octal3303161670555176667102
Binary11011000110011101110111010110110111111101101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CE77; }

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

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

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

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

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

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

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

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