#D9D277

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

Shades of Wild Rice #D9D277

Tints of Wild Rice #D9D277

Color information

#D9D277 (or 0xD9D277) is unknown color: approx Wild Rice. HEX triplet: D9, D2 and 77. RGB value is (217,210,119). Sum of RGB (Red+Green+Blue) = 217+210+119=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D277 is #262D88. Grayscale: #CACACA. Windows color (decimal): -2502025 or 7852761. OLE color: 7852761.

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

Color convert

RGB217210119-
CMYK00.030.450.15
HSL55.71º56.32%65.88%-
HSV(B)55.71º45.16%85.1%-
XYZ54.9962.1826.56-
YUV201.7281.32138.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 119 (46.88% from 255) = 21.79%
R=39.74%
G=38.46%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721011900.030.450.1555.7156.3265.88
HexD9D277032DF383842
Octal3313221670355177070102
Binary1101100111010010111011101110110111111110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D277; }

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

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

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

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

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

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

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

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