#DDD176

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

Shades of Wild Rice #DDD176

Tints of Wild Rice #DDD176

Color information

#DDD176 (or 0xDDD176) is unknown color: approx Wild Rice. HEX triplet: DD, D1 and 76. RGB value is (221,209,118). Sum of RGB (Red+Green+Blue) = 221+209+118=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD176 is #222E89. Grayscale: #CACACA. Windows color (decimal): -2240138 or 7786973. OLE color: 7786973.

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

Color convert

RGB221209118-
CMYK00.050.470.13
HSL53.01º60.23%66.47%-
HSV(B)53.01º46.61%86.67%-
XYZ55.8962.2826.22-
YUV202.2180.48141.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 209 (82.03% from 255) = 38.14%
BLUE value IS 118 (46.48% from 255) = 21.53%
R=40.33%
G=38.14%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120911800.050.470.1353.0160.2366.47
HexDDD176052FD353c42
Octal3353211660557156574102
Binary11011101110100011110110010110111111011101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD176; }

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

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

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

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

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

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

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

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