#DDD77C

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

Shades of Wild Rice #DDD77C

Tints of Wild Rice #DDD77C

Color information

#DDD77C (or 0xDDD77C) is unknown color: approx Wild Rice. HEX triplet: DD, D7 and 7C. RGB value is (221,215,124). Sum of RGB (Red+Green+Blue) = 221+215+124=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD77C is #222883. Grayscale: #CECECE. Windows color (decimal): -2238596 or 8181725. OLE color: 8181725.

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

Color convert

RGB221215124-
CMYK00.030.440.13
HSL56.29º58.79%67.65%-
HSV(B)56.29º43.89%86.67%-
XYZ57.7665.4328.65-
YUV206.4281.49138.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 215 (84.38% from 255) = 38.39%
BLUE value IS 124 (48.83% from 255) = 22.14%
R=39.46%
G=38.39%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121512400.030.440.1356.2958.7967.65
HexDDD77C032CD383b44
Octal3353271740354157073104
Binary1101110111010111111110001110110011011110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD77C; }

 p { color: rgb(221,215,124); }

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

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

 a { background-color: rgb(221,215,124); }

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

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

 span { border-color: rgb(221,215,124); }

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