#DDD171

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

Shades of Wild Rice #DDD171

Tints of Wild Rice #DDD171

Color information

#DDD171 (or 0xDDD171) is unknown color: approx Wild Rice. HEX triplet: DD, D1 and 71. RGB value is (221,209,113). Sum of RGB (Red+Green+Blue) = 221+209+113=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD171 is #222E8E. Grayscale: #CACACA. Windows color (decimal): -2240143 or 7459293. OLE color: 7459293.

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

Color convert

RGB221209113-
CMYK00.050.490.13
HSL53.33º61.36%65.49%-
HSV(B)53.33º48.87%86.67%-
XYZ55.662.1724.69-
YUV201.6477.98141.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 113 (44.53% from 255) = 20.81%
R=40.70%
G=38.49%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120911300.050.490.1353.3361.3665.49
HexDDD1710531D353d41
Octal3353211610561156575101
Binary11011101110100011110001010111000111011101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD171; }

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

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

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

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

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

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

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

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