#DDD074

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

Shades of Wild Rice #DDD074

Tints of Wild Rice #DDD074

Color information

#DDD074 (or 0xDDD074) is unknown color: approx Wild Rice. HEX triplet: DD, D0 and 74. RGB value is (221,208,116). Sum of RGB (Red+Green+Blue) = 221+208+116=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD074 is #222F8B. Grayscale: #C9C9C9. Windows color (decimal): -2240396 or 7655645. OLE color: 7655645.

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

Color convert

RGB221208116-
CMYK00.060.480.13
HSL52.57º60.69%66.08%-
HSV(B)52.57º47.51%86.67%-
XYZ55.5361.7425.51-
YUV201.479.81141.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=40.55%
G=38.17%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120811600.060.480.1352.5760.6966.08
HexDDD0740630D353d42
Octal3353201640660156575102
Binary11011101110100001110100011011000011011101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD074; }

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

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

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

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

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

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

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

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