Shades of Wild Rice #DBCC75
Tints of Wild Rice #DBCC75
RGB
CMYK
RGB Variations
Color information
#DBCC75 (or 0xDBCC75) is known color: Wild Rice. HEX triplet: DB, CC and 75. RGB value is (219,204,117). Sum of RGB (Red+Green+Blue) = 219+204+117=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC75 is #24338A. Grayscale: #C6C6C6. Windows color (decimal): -2372491 or 7720155. OLE color: 7720155.
HSL color Cylindrical-coordinate representation of color #DBCC75: hue angle of 51.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBCC75 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 117 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.14 |
| HSL | 51.18º | 0.59% | 0.66% | - |
| HSV(B) | 51.18º | 0.47% | 0.86% | - |
| XYZ | 54.02 | 59.53 | 25.47 | - |
| YUV | 198.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 117 | 0 | 0.07 | 0.47 | 0.14 | 51.18 | 0.59 | 0.66 |
| Hex | DB | CC | 75 | 0 | 7 | 2F | E | 33 | 3B | 42 |
| Octal | 333 | 314 | 165 | 0 | 7 | 57 | 16 | 63 | 73 | 102 |
| Binary | 11011011 | 11001100 | 1110101 | 0 | 111 | 101111 | 1110 | 110011 | 111011 | 1000010 |
Color Harmonies of #DBCC75
Complementary color
Monochromatic Colors of #DBCC75
Black with #DBCC75
Text Example
Text Example
White with #DBCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC75; }
p { color: rgb(219,204,117); }
H1.HeaderClassName
{
color: #DBCC75;
}
.AnyTagClassName
{
color: #DBCC75;
}
</style>
background-color css
<style>
a { background-color: #DBCC75; }
a { background-color: rgb(219,204,117); }
div.DivClassName
{
background-color: #DBCC75;
}
.BgClassName
{
background-color: #DBCC75;
}
</style>
border-color css
<style>
span { border-color: #DBCC75; }
span { border-color: rgb(219,204,117); }
td.TdClassName
{
border-color: #DBCC75;
}
.TagClassName
{
border-color: #DBCC75;
}
</style>