Shades of Wild Rice #DCCC6A
Tints of Wild Rice #DCCC6A
RGB
CMYK
RGB Variations
Color information
#DCCC6A (or 0xDCCC6A) is known color: Wild Rice. HEX triplet: DC, CC and 6A. RGB value is (220,204,106). Sum of RGB (Red+Green+Blue) = 220+204+106=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC6A is #233395. Grayscale: #C6C6C6. Windows color (decimal): -2306966 or 6999260. OLE color: 6999260.
HSL color Cylindrical-coordinate representation of color #DCCC6A: hue angle of 51.58º 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 #DCCC6A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 106 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.14 |
| HSL | 51.58º | 0.62% | 0.64% | - |
| HSV(B) | 51.58º | 0.52% | 0.86% | - |
| XYZ | 53.71 | 59.44 | 22.28 | - |
| YUV | 197.61 | 76.3 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 106 | 0 | 0.07 | 0.52 | 0.14 | 51.58 | 0.62 | 0.64 |
| Hex | DC | CC | 6A | 0 | 7 | 34 | E | 34 | 3E | 40 |
| Octal | 334 | 314 | 152 | 0 | 7 | 64 | 16 | 64 | 76 | 100 |
| Binary | 11011100 | 11001100 | 1101010 | 0 | 111 | 110100 | 1110 | 110100 | 111110 | 1000000 |
Color Harmonies of #DCCC6A
Complementary color
Monochromatic Colors of #DCCC6A
Black with #DCCC6A
Text Example
Text Example
White with #DCCC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC6A; }
p { color: rgb(220,204,106); }
H1.HeaderClassName
{
color: #DCCC6A;
}
.AnyTagClassName
{
color: #DCCC6A;
}
</style>
background-color css
<style>
a { background-color: #DCCC6A; }
a { background-color: rgb(220,204,106); }
div.DivClassName
{
background-color: #DCCC6A;
}
.BgClassName
{
background-color: #DCCC6A;
}
</style>
border-color css
<style>
span { border-color: #DCCC6A; }
span { border-color: rgb(220,204,106); }
td.TdClassName
{
border-color: #DCCC6A;
}
.TagClassName
{
border-color: #DCCC6A;
}
</style>