#DDD47F

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

Shades of Wild Rice #DDD47F

Tints of Wild Rice #DDD47F

Color information

#DDD47F (or 0xDDD47F) is unknown color: approx Wild Rice. HEX triplet: DD, D4 and 7F. RGB value is (221,212,127). Sum of RGB (Red+Green+Blue) = 221+212+127=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD47F is #222B80. Grayscale: #CDCDCD. Windows color (decimal): -2239361 or 8377565. OLE color: 8377565.

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

Color convert

RGB221212127-
CMYK00.040.430.13
HSL54.26º58.02%68.24%-
HSV(B)54.26º42.53%86.67%-
XYZ57.1963.9929.42-
YUV20583.98139.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 127 (50% from 255) = 22.68%
R=39.46%
G=37.86%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121212700.040.430.1354.2658.0268.24
HexDDD47F042BD363a44
Octal3353241770453156672104
Binary11011101110101001111111010010101111011101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD47F; }

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

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

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

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

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

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

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

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