Shades of Wild Rice #DCCD69
Tints of Wild Rice #DCCD69
RGB
CMYK
RGB Variations
Color information
#DCCD69 (or 0xDCCD69) is known color: Wild Rice. HEX triplet: DC, CD and 69. RGB value is (220,205,105). Sum of RGB (Red+Green+Blue) = 220+205+105=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD69 is #233296. Grayscale: #C6C6C6. Windows color (decimal): -2306711 or 6933980. OLE color: 6933980.
HSL color Cylindrical-coordinate representation of color #DCCD69: hue angle of 52.17º degrees, saturation: 0.62, 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 #DCCD69 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 105 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.14 |
| HSL | 52.17º | 0.62% | 0.64% | - |
| HSV(B) | 52.17º | 0.52% | 0.86% | - |
| XYZ | 53.9 | 59.9 | 22.09 | - |
| YUV | 198.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 105 | 0 | 0.07 | 0.52 | 0.14 | 52.17 | 0.62 | 0.64 |
| Hex | DC | CD | 69 | 0 | 7 | 34 | E | 34 | 3E | 40 |
| Octal | 334 | 315 | 151 | 0 | 7 | 64 | 16 | 64 | 76 | 100 |
| Binary | 11011100 | 11001101 | 1101001 | 0 | 111 | 110100 | 1110 | 110100 | 111110 | 1000000 |
Color Harmonies of #DCCD69
Complementary color
Monochromatic Colors of #DCCD69
Black with #DCCD69
Text Example
Text Example
White with #DCCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD69; }
p { color: rgb(220,205,105); }
H1.HeaderClassName
{
color: #DCCD69;
}
.AnyTagClassName
{
color: #DCCD69;
}
</style>
background-color css
<style>
a { background-color: #DCCD69; }
a { background-color: rgb(220,205,105); }
div.DivClassName
{
background-color: #DCCD69;
}
.BgClassName
{
background-color: #DCCD69;
}
</style>
border-color css
<style>
span { border-color: #DCCD69; }
span { border-color: rgb(220,205,105); }
td.TdClassName
{
border-color: #DCCD69;
}
.TagClassName
{
border-color: #DCCD69;
}
</style>