Shades of Wild Rice #DCCD75
Tints of Wild Rice #DCCD75
RGB
CMYK
RGB Variations
Color information
#DCCD75 (or 0xDCCD75) is known color: Wild Rice. HEX triplet: DC, CD and 75. RGB value is (220,205,117). Sum of RGB (Red+Green+Blue) = 220+205+117=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD75 is #23328A. Grayscale: #C7C7C7. Windows color (decimal): -2306699 or 7720412. OLE color: 7720412.
HSL color Cylindrical-coordinate representation of color #DCCD75: hue angle of 51.26º 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 #DCCD75 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 117 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.14 |
| HSL | 51.26º | 0.6% | 0.66% | - |
| HSV(B) | 51.26º | 0.47% | 0.86% | - |
| XYZ | 54.56 | 60.16 | 25.57 | - |
| YUV | 199.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 117 | 0 | 0.07 | 0.47 | 0.14 | 51.26 | 0.6 | 0.66 |
| Hex | DC | CD | 75 | 0 | 7 | 2F | E | 33 | 3C | 42 |
| Octal | 334 | 315 | 165 | 0 | 7 | 57 | 16 | 63 | 74 | 102 |
| Binary | 11011100 | 11001101 | 1110101 | 0 | 111 | 101111 | 1110 | 110011 | 111100 | 1000010 |
Color Harmonies of #DCCD75
Complementary color
Monochromatic Colors of #DCCD75
Black with #DCCD75
Text Example
Text Example
White with #DCCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD75; }
p { color: rgb(220,205,117); }
H1.HeaderClassName
{
color: #DCCD75;
}
.AnyTagClassName
{
color: #DCCD75;
}
</style>
background-color css
<style>
a { background-color: #DCCD75; }
a { background-color: rgb(220,205,117); }
div.DivClassName
{
background-color: #DCCD75;
}
.BgClassName
{
background-color: #DCCD75;
}
</style>
border-color css
<style>
span { border-color: #DCCD75; }
span { border-color: rgb(220,205,117); }
td.TdClassName
{
border-color: #DCCD75;
}
.TagClassName
{
border-color: #DCCD75;
}
</style>