#DDD076

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

Shades of Wild Rice #DDD076

Tints of Wild Rice #DDD076

Color information

#DDD076 (or 0xDDD076) is unknown color: approx Wild Rice. HEX triplet: DD, D0 and 76. RGB value is (221,208,118). Sum of RGB (Red+Green+Blue) = 221+208+118=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD076 is #222F89. Grayscale: #C9C9C9. Windows color (decimal): -2240394 or 7786717. OLE color: 7786717.

HSL color Cylindrical-coordinate representation of color #DDD076: hue angle of 52.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDD076 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221208118-
CMYK00.060.470.13
HSL52.43º60.23%66.47%-
HSV(B)52.43º46.61%86.67%-
XYZ55.6461.7926.13-
YUV201.6380.81141.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 118 (46.48% from 255) = 21.57%
R=40.40%
G=38.03%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120811800.060.470.1352.4360.2366.47
HexDDD076062FD343c42
Octal3353201660657156474102
Binary11011101110100001110110011010111111011101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD076; }

 p { color: rgb(221,208,118); }

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

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

 a { background-color: rgb(221,208,118); }

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

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

 span { border-color: rgb(221,208,118); }

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