#DDD77F

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

Shades of Wild Rice #DDD77F

Tints of Wild Rice #DDD77F

Color information

#DDD77F (or 0xDDD77F) is unknown color: approx Wild Rice. HEX triplet: DD, D7 and 7F. RGB value is (221,215,127). Sum of RGB (Red+Green+Blue) = 221+215+127=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD77F is #222880. Grayscale: #CFCFCF. Windows color (decimal): -2238593 or 8378333. OLE color: 8378333.

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

Color convert

RGB221215127-
CMYK00.030.430.13
HSL56.17º58.02%68.24%-
HSV(B)56.17º42.53%86.67%-
XYZ57.9565.5129.67-
YUV206.7682.99138.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 127 (50% from 255) = 22.56%
R=39.25%
G=38.19%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121512700.030.430.1356.1758.0268.24
HexDDD77F032BD383a44
Octal3353271770353157072104
Binary1101110111010111111111101110101111011110001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD77F; }

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

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

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

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

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

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

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

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