Shades of Wild Rice #DDD268
Tints of Wild Rice #DDD268
RGB
CMYK
RGB Variations
Color information
#DDD268 (or 0xDDD268) is known color: Wild Rice. HEX triplet: DD, D2 and 68. RGB value is (221,210,104). Sum of RGB (Red+Green+Blue) = 221+210+104=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD268 is #222D97. Grayscale: #C9C9C9. Windows color (decimal): -2239896 or 6869725. OLE color: 6869725.
HSL color Cylindrical-coordinate representation of color #DDD268: hue angle of 54.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDD268 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 104 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 54.36º | 0.63% | 0.64% | - |
| HSV(B) | 54.36º | 0.53% | 0.87% | - |
| XYZ | 55.36 | 62.46 | 22.24 | - |
| YUV | 201.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 104 | 0 | 0.05 | 0.53 | 0.13 | 54.36 | 0.63 | 0.64 |
| Hex | DD | D2 | 68 | 0 | 5 | 35 | D | 36 | 3F | 40 |
| Octal | 335 | 322 | 150 | 0 | 5 | 65 | 15 | 66 | 77 | 100 |
| Binary | 11011101 | 11010010 | 1101000 | 0 | 101 | 110101 | 1101 | 110110 | 111111 | 1000000 |
Color Harmonies of #DDD268
Complementary color
Monochromatic Colors of #DDD268
Black with #DDD268
Text Example
Text Example
White with #DDD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD268; }
p { color: rgb(221,210,104); }
H1.HeaderClassName
{
color: #DDD268;
}
.AnyTagClassName
{
color: #DDD268;
}
</style>
background-color css
<style>
a { background-color: #DDD268; }
a { background-color: rgb(221,210,104); }
div.DivClassName
{
background-color: #DDD268;
}
.BgClassName
{
background-color: #DDD268;
}
</style>
border-color css
<style>
span { border-color: #DDD268; }
span { border-color: rgb(221,210,104); }
td.TdClassName
{
border-color: #DDD268;
}
.TagClassName
{
border-color: #DDD268;
}
</style>