#DDD476

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

Shades of Wild Rice #DDD476

Tints of Wild Rice #DDD476

Color information

#DDD476 (or 0xDDD476) is unknown color: approx Wild Rice. HEX triplet: DD, D4 and 76. RGB value is (221,212,118). Sum of RGB (Red+Green+Blue) = 221+212+118=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD476 is #222B89. Grayscale: #CCCCCC. Windows color (decimal): -2239370 or 7787741. OLE color: 7787741.

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

Color convert

RGB221212118-
CMYK00.040.470.13
HSL54.76º60.23%66.47%-
HSV(B)54.76º46.61%86.67%-
XYZ56.6363.7726.46-
YUV203.9779.48140.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 212 (83.20% from 255) = 38.48%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=40.11%
G=38.48%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121211800.040.470.1354.7660.2366.47
HexDDD476042FD373c42
Octal3353241660457156774102
Binary11011101110101001110110010010111111011101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD476; }

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

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

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

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

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

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

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

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