#DDD980

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

Shades of Wild Rice #DDD980

Tints of Wild Rice #DDD980

Color information

#DDD980 (or 0xDDD980) is unknown color: approx Wild Rice. HEX triplet: DD, D9 and 80. RGB value is (221,217,128). Sum of RGB (Red+Green+Blue) = 221+217+128=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD980 is #22267F. Grayscale: #D0D0D0. Windows color (decimal): -2238080 or 8444381. OLE color: 8444381.

HSL color Cylindrical-coordinate representation of color #DDD980: hue angle of 57.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDD980 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221217128-
CMYK00.020.420.13
HSL57.42º57.76%68.43%-
HSV(B)57.42º42.08%86.67%-
XYZ58.5366.5630.18-
YUV208.0582.83137.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 128 (50.39% from 255) = 22.61%
R=39.05%
G=38.34%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121712800.020.420.1357.4257.7668.43
HexDDD980022AD393a44
Octal3353312000252157172104
Binary11011101110110011000000001010101011011110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD980; }

 p { color: rgb(221,217,128); }

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

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

 a { background-color: rgb(221,217,128); }

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

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

 span { border-color: rgb(221,217,128); }

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