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