#D9CF77

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

Shades of Wild Rice #D9CF77

Tints of Wild Rice #D9CF77

Color information

#D9CF77 (or 0xD9CF77) is unknown color: approx Wild Rice. HEX triplet: D9, CF and 77. RGB value is (217,207,119). Sum of RGB (Red+Green+Blue) = 217+207+119=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF77 is #263088. Grayscale: #C8C8C8. Windows color (decimal): -2502793 or 7851993. OLE color: 7851993.

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

Color convert

RGB217207119-
CMYK00.050.450.15
HSL53.88º56.32%65.88%-
HSV(B)53.88º45.16%85.1%-
XYZ54.2660.7126.31-
YUV199.9682.31140.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 207 (81.25% from 255) = 38.12%
BLUE value IS 119 (46.88% from 255) = 21.92%
R=39.96%
G=38.12%
B=21.92%

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
Decimal21720711900.050.450.1553.8856.3265.88
HexD9CF77052DF363842
Octal3313171670555176670102
Binary11011001110011111110111010110110111111101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CF77; }

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

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

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

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

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

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

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

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