#DDD571

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

Shades of Wild Rice #DDD571

Tints of Wild Rice #DDD571

Color information

#DDD571 (or 0xDDD571) is unknown color: approx Wild Rice. HEX triplet: DD, D5 and 71. RGB value is (221,213,113). Sum of RGB (Red+Green+Blue) = 221+213+113=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD571 is #222A8E. Grayscale: #CCCCCC. Windows color (decimal): -2239119 or 7460317. OLE color: 7460317.

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

Color convert

RGB221213113-
CMYK00.040.490.13
HSL55.56º61.36%65.49%-
HSV(B)55.56º48.87%86.67%-
XYZ56.5964.1525.02-
YUV203.9976.65140.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 113 (44.53% from 255) = 20.66%
R=40.40%
G=38.94%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121311300.040.490.1355.5661.3665.49
HexDDD5710431D383d41
Octal3353251610461157075101
Binary11011101110101011110001010011000111011110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD571; }

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

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

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

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

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

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

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

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