#D9D079

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

Shades of Wild Rice #D9D079

Tints of Wild Rice #D9D079

Color information

#D9D079 (or 0xD9D079) is unknown color: approx Wild Rice. HEX triplet: D9, D0 and 79. RGB value is (217,208,121). Sum of RGB (Red+Green+Blue) = 217+208+121=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D079 is #262F86. Grayscale: #C9C9C9. Windows color (decimal): -2502535 or 7983321. OLE color: 7983321.

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

Color convert

RGB217208121-
CMYK00.040.440.15
HSL54.38º55.81%66.27%-
HSV(B)54.38º44.24%85.1%-
XYZ54.6261.2427.03-
YUV200.7782.98139.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 208 (81.64% from 255) = 38.10%
BLUE value IS 121 (47.66% from 255) = 22.16%
R=39.74%
G=38.10%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720812100.040.440.1554.3855.8166.27
HexD9D079042CF363842
Octal3313201710454176670102
Binary11011001110100001111001010010110011111101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D079; }

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

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

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

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

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

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

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

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