#D9CE78

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

Shades of Wild Rice #D9CE78

Tints of Wild Rice #D9CE78

Color information

#D9CE78 (or 0xD9CE78) is unknown color: approx Wild Rice. HEX triplet: D9, CE and 78. RGB value is (217,206,120). Sum of RGB (Red+Green+Blue) = 217+206+120=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CE78 is #263187. Grayscale: #C7C7C7. Windows color (decimal): -2503048 or 7917273. OLE color: 7917273.

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

Color convert

RGB217206120-
CMYK00.050.450.15
HSL53.2º56.07%66.08%-
HSV(B)53.2º44.7%85.1%-
XYZ54.0860.2526.55-
YUV199.4883.14140.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 206 (80.86% from 255) = 37.94%
BLUE value IS 120 (47.27% from 255) = 22.10%
R=39.96%
G=37.94%
B=22.10%

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
Decimal21720612000.050.450.1553.256.0766.08
HexD9CE78052DF353842
Octal3313161700555176570102
Binary11011001110011101111000010110110111111101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CE78; }

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

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

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

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

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

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

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

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