#D9D078

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

Shades of Wild Rice #D9D078

Tints of Wild Rice #D9D078

Color information

#D9D078 (or 0xD9D078) is unknown color: approx Wild Rice. HEX triplet: D9, D0 and 78. RGB value is (217,208,120). Sum of RGB (Red+Green+Blue) = 217+208+120=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D078 is #262F87. Grayscale: #C9C9C9. Windows color (decimal): -2502536 or 7917785. OLE color: 7917785.

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

Color convert

RGB217208120-
CMYK00.040.450.15
HSL54.43º56.07%66.08%-
HSV(B)54.43º44.7%85.1%-
XYZ54.5661.2226.71-
YUV200.6682.48139.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 120 (47.27% from 255) = 22.02%
R=39.82%
G=38.17%
B=22.02%

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
Decimal21720812000.040.450.1554.4356.0766.08
HexD9D078042DF363842
Octal3313201700455176670102
Binary11011001110100001111000010010110111111101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D078; }

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

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

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

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

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

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

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

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