Shades of Wild Rice #DCCC75
Tints of Wild Rice #DCCC75
RGB
CMYK
RGB Variations
Color information
#DCCC75 (or 0xDCCC75) is known color: Wild Rice. HEX triplet: DC, CC and 75. RGB value is (220,204,117). Sum of RGB (Red+Green+Blue) = 220+204+117=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC75 is #23338A. Grayscale: #C7C7C7. Windows color (decimal): -2306955 or 7720156. OLE color: 7720156.
HSL color Cylindrical-coordinate representation of color #DCCC75: hue angle of 50.68º degrees, saturation: 0.6, 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 #DCCC75 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 117 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.14 |
| HSL | 50.68º | 0.6% | 0.66% | - |
| HSV(B) | 50.68º | 0.47% | 0.86% | - |
| XYZ | 54.32 | 59.69 | 25.49 | - |
| YUV | 198.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 117 | 0 | 0.07 | 0.47 | 0.14 | 50.68 | 0.6 | 0.66 |
| Hex | DC | CC | 75 | 0 | 7 | 2F | E | 33 | 3C | 42 |
| Octal | 334 | 314 | 165 | 0 | 7 | 57 | 16 | 63 | 74 | 102 |
| Binary | 11011100 | 11001100 | 1110101 | 0 | 111 | 101111 | 1110 | 110011 | 111100 | 1000010 |
Color Harmonies of #DCCC75
Complementary color
Monochromatic Colors of #DCCC75
Black with #DCCC75
Text Example
Text Example
White with #DCCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC75; }
p { color: rgb(220,204,117); }
H1.HeaderClassName
{
color: #DCCC75;
}
.AnyTagClassName
{
color: #DCCC75;
}
</style>
background-color css
<style>
a { background-color: #DCCC75; }
a { background-color: rgb(220,204,117); }
div.DivClassName
{
background-color: #DCCC75;
}
.BgClassName
{
background-color: #DCCC75;
}
</style>
border-color css
<style>
span { border-color: #DCCC75; }
span { border-color: rgb(220,204,117); }
td.TdClassName
{
border-color: #DCCC75;
}
.TagClassName
{
border-color: #DCCC75;
}
</style>