#DDD577

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

Shades of Wild Rice #DDD577

Tints of Wild Rice #DDD577

Color information

#DDD577 (or 0xDDD577) is unknown color: approx Wild Rice. HEX triplet: DD, D5 and 77. RGB value is (221,213,119). Sum of RGB (Red+Green+Blue) = 221+213+119=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD577 is #222A88. Grayscale: #CDCDCD. Windows color (decimal): -2239113 or 7853533. OLE color: 7853533.

HSL color Cylindrical-coordinate representation of color #DDD577: hue angle of 55.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD577 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221213119-
CMYK00.040.460.13
HSL55.29º60%66.67%-
HSV(B)55.29º46.15%86.67%-
XYZ56.9464.2926.86-
YUV204.6879.65139.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 119 (46.88% from 255) = 21.52%
R=39.96%
G=38.52%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121311900.040.460.1355.296066.67
HexDDD577042ED373c43
Octal3353251670456156774103
Binary11011101110101011110111010010111011011101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD577; }

 p { color: rgb(221,213,119); }

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

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

 a { background-color: rgb(221,213,119); }

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

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

 span { border-color: rgb(221,213,119); }

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