#DDD174

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

Shades of Wild Rice #DDD174

Tints of Wild Rice #DDD174

Color information

#DDD174 (or 0xDDD174) is unknown color: approx Wild Rice. HEX triplet: DD, D1 and 74. RGB value is (221,209,116). Sum of RGB (Red+Green+Blue) = 221+209+116=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD174 is #222E8B. Grayscale: #CACACA. Windows color (decimal): -2240140 or 7655901. OLE color: 7655901.

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

Color convert

RGB221209116-
CMYK00.050.480.13
HSL53.14º60.69%66.08%-
HSV(B)53.14º47.51%86.67%-
XYZ55.7762.2325.6-
YUV201.9979.48141.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 116 (45.70% from 255) = 21.25%
R=40.48%
G=38.28%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120911600.050.480.1353.1460.6966.08
HexDDD1740530D353d42
Octal3353211640560156575102
Binary11011101110100011110100010111000011011101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD174; }

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

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

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

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

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

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

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

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