#DDD574

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

Shades of Wild Rice #DDD574

Tints of Wild Rice #DDD574

Color information

#DDD574 (or 0xDDD574) is unknown color: approx Wild Rice. HEX triplet: DD, D5 and 74. RGB value is (221,213,116). Sum of RGB (Red+Green+Blue) = 221+213+116=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD574 is #222A8B. Grayscale: #CCCCCC. Windows color (decimal): -2239116 or 7656925. OLE color: 7656925.

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

Color convert

RGB221213116-
CMYK00.040.480.13
HSL55.43º60.69%66.08%-
HSV(B)55.43º47.51%86.67%-
XYZ56.7764.2225.93-
YUV204.3378.15139.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 116 (45.70% from 255) = 21.09%
R=40.18%
G=38.73%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121311600.040.480.1355.4360.6966.08
HexDDD5740430D373d42
Octal3353251640460156775102
Binary11011101110101011110100010011000011011101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD574; }

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

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

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

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

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

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

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

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