#D8CF77

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

Shades of Wild Rice #D8CF77

Tints of Wild Rice #D8CF77

Color information

#D8CF77 (or 0xD8CF77) is unknown color: approx Wild Rice. HEX triplet: D8, CF and 77. RGB value is (216,207,119). Sum of RGB (Red+Green+Blue) = 216+207+119=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CF77 is #273088. Grayscale: #C8C8C8. Windows color (decimal): -2568329 or 7851992. OLE color: 7851992.

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

Color convert

RGB216207119-
CMYK00.040.450.15
HSL54.43º55.43%65.69%-
HSV(B)54.43º44.91%84.71%-
XYZ53.9660.5626.3-
YUV199.6682.48139.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 119 (46.88% from 255) = 21.96%
R=39.85%
G=38.19%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620711900.040.450.1554.4355.4365.69
HexD8CF77042DF363742
Octal3303171670455176667102
Binary11011000110011111110111010010110111111101101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CF77; }

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

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

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

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

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

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

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

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