#DDD071

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

Shades of Wild Rice #DDD071

Tints of Wild Rice #DDD071

Color information

#DDD071 (or 0xDDD071) is unknown color: approx Wild Rice. HEX triplet: DD, D0 and 71. RGB value is (221,208,113). Sum of RGB (Red+Green+Blue) = 221+208+113=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD071 is #222F8E. Grayscale: #C9C9C9. Windows color (decimal): -2240399 or 7459037. OLE color: 7459037.

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

Color convert

RGB221208113-
CMYK00.060.490.13
HSL52.78º61.36%65.49%-
HSV(B)52.78º48.87%86.67%-
XYZ55.3661.6824.61-
YUV201.0678.31142.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 208 (81.64% from 255) = 38.38%
BLUE value IS 113 (44.53% from 255) = 20.85%
R=40.77%
G=38.38%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120811300.060.490.1352.7861.3665.49
HexDDD0710631D353d41
Octal3353201610661156575101
Binary11011101110100001110001011011000111011101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD071; }

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

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

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

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

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

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

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

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