#DDD471

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

Shades of Wild Rice #DDD471

Tints of Wild Rice #DDD471

Color information

#DDD471 (or 0xDDD471) is unknown color: approx Wild Rice. HEX triplet: DD, D4 and 71. RGB value is (221,212,113). Sum of RGB (Red+Green+Blue) = 221+212+113=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD471 is #222B8E. Grayscale: #CBCBCB. Windows color (decimal): -2239375 or 7460061. OLE color: 7460061.

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

Color convert

RGB221212113-
CMYK00.040.490.13
HSL55º61.36%65.49%-
HSV(B)55º48.87%86.67%-
XYZ56.3463.6524.94-
YUV203.476.98140.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 113 (44.53% from 255) = 20.70%
R=40.48%
G=38.83%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121211300.040.490.135561.3665.49
HexDDD4710431D373d41
Octal3353241610461156775101
Binary11011101110101001110001010011000111011101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD471; }

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

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

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

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

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

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

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

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