#DDD478

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

Shades of Wild Rice #DDD478

Tints of Wild Rice #DDD478

Color information

#DDD478 (or 0xDDD478) is unknown color: approx Wild Rice. HEX triplet: DD, D4 and 78. RGB value is (221,212,120). Sum of RGB (Red+Green+Blue) = 221+212+120=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD478 is #222B87. Grayscale: #CCCCCC. Windows color (decimal): -2239368 or 7918813. OLE color: 7918813.

HSL color Cylindrical-coordinate representation of color #DDD478: hue angle of 54.65º 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 #DDD478 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221212120-
CMYK00.040.460.13
HSL54.65º59.76%66.86%-
HSV(B)54.65º45.7%86.67%-
XYZ56.7563.8227.1-
YUV204.280.48139.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 120 (47.27% from 255) = 21.70%
R=39.96%
G=38.34%
B=21.70%

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
Decimal22121212000.040.460.1354.6559.7666.86
HexDDD478042ED373c43
Octal3353241700456156774103
Binary11011101110101001111000010010111011011101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD478; }

 p { color: rgb(221,212,120); }

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

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

 a { background-color: rgb(221,212,120); }

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

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

 span { border-color: rgb(221,212,120); }

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