#D9D279

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

Shades of Wild Rice #D9D279

Tints of Wild Rice #D9D279

Color information

#D9D279 (or 0xD9D279) is unknown color: approx Wild Rice. HEX triplet: D9, D2 and 79. RGB value is (217,210,121). Sum of RGB (Red+Green+Blue) = 217+210+121=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D279 is #262D86. Grayscale: #CACACA. Windows color (decimal): -2502023 or 7983833. OLE color: 7983833.

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

Color convert

RGB217210121-
CMYK00.030.440.15
HSL55.62º55.81%66.27%-
HSV(B)55.62º44.24%85.1%-
XYZ55.1162.2327.2-
YUV201.9582.32138.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 121 (47.66% from 255) = 22.08%
R=39.60%
G=38.32%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721012100.030.440.1555.6255.8166.27
HexD9D279032CF383842
Octal3313221710354177070102
Binary1101100111010010111100101110110011111110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D279; }

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

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

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

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

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

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

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

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