Shades of Wild Rice #DDCC73
Tints of Wild Rice #DDCC73
RGB
CMYK
RGB Variations
Color information
#DDCC73 (or 0xDDCC73) is known color: Wild Rice. HEX triplet: DD, CC and 73. RGB value is (221,204,115). Sum of RGB (Red+Green+Blue) = 221+204+115=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC73 is #22338C. Grayscale: #C7C7C7. Windows color (decimal): -2241421 or 7589085. OLE color: 7589085.
HSL color Cylindrical-coordinate representation of color #DDCC73: hue angle of 50.38º 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 #DDCC73 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 115 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.13 |
| HSL | 50.38º | 0.61% | 0.66% | - |
| HSV(B) | 50.38º | 0.48% | 0.87% | - |
| XYZ | 54.51 | 59.8 | 24.89 | - |
| YUV | 198.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 115 | 0 | 0.08 | 0.48 | 0.13 | 50.38 | 0.61 | 0.66 |
| Hex | DD | CC | 73 | 0 | 8 | 30 | D | 32 | 3D | 42 |
| Octal | 335 | 314 | 163 | 0 | 10 | 60 | 15 | 62 | 75 | 102 |
| Binary | 11011101 | 11001100 | 1110011 | 0 | 1000 | 110000 | 1101 | 110010 | 111101 | 1000010 |
Color Harmonies of #DDCC73
Complementary color
Monochromatic Colors of #DDCC73
Black with #DDCC73
Text Example
Text Example
White with #DDCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC73; }
p { color: rgb(221,204,115); }
H1.HeaderClassName
{
color: #DDCC73;
}
.AnyTagClassName
{
color: #DDCC73;
}
</style>
background-color css
<style>
a { background-color: #DDCC73; }
a { background-color: rgb(221,204,115); }
div.DivClassName
{
background-color: #DDCC73;
}
.BgClassName
{
background-color: #DDCC73;
}
</style>
border-color css
<style>
span { border-color: #DDCC73; }
span { border-color: rgb(221,204,115); }
td.TdClassName
{
border-color: #DDCC73;
}
.TagClassName
{
border-color: #DDCC73;
}
</style>