Shades of Wild Rice #DBCC69
Tints of Wild Rice #DBCC69
RGB
CMYK
RGB Variations
Color information
#DBCC69 (or 0xDBCC69) is known color: Wild Rice. HEX triplet: DB, CC and 69. RGB value is (219,204,105). Sum of RGB (Red+Green+Blue) = 219+204+105=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC69 is #243396. Grayscale: #C5C5C5. Windows color (decimal): -2372503 or 6933723. OLE color: 6933723.
HSL color Cylindrical-coordinate representation of color #DBCC69: hue angle of 52.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBCC69 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 105 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.14 |
| HSL | 52.11º | 0.61% | 0.64% | - |
| HSV(B) | 52.11º | 0.52% | 0.86% | - |
| XYZ | 53.36 | 59.27 | 21.99 | - |
| YUV | 197.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 105 | 0 | 0.07 | 0.52 | 0.14 | 52.11 | 0.61 | 0.64 |
| Hex | DB | CC | 69 | 0 | 7 | 34 | E | 34 | 3D | 40 |
| Octal | 333 | 314 | 151 | 0 | 7 | 64 | 16 | 64 | 75 | 100 |
| Binary | 11011011 | 11001100 | 1101001 | 0 | 111 | 110100 | 1110 | 110100 | 111101 | 1000000 |
Color Harmonies of #DBCC69
Complementary color
Monochromatic Colors of #DBCC69
Black with #DBCC69
Text Example
Text Example
White with #DBCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC69; }
p { color: rgb(219,204,105); }
H1.HeaderClassName
{
color: #DBCC69;
}
.AnyTagClassName
{
color: #DBCC69;
}
</style>
background-color css
<style>
a { background-color: #DBCC69; }
a { background-color: rgb(219,204,105); }
div.DivClassName
{
background-color: #DBCC69;
}
.BgClassName
{
background-color: #DBCC69;
}
</style>
border-color css
<style>
span { border-color: #DBCC69; }
span { border-color: rgb(219,204,105); }
td.TdClassName
{
border-color: #DBCC69;
}
.TagClassName
{
border-color: #DBCC69;
}
</style>