Shades of Wild Rice #DCCF67
Tints of Wild Rice #DCCF67
RGB
CMYK
RGB Variations
Color information
#DCCF67 (or 0xDCCF67) is known color: Wild Rice. HEX triplet: DC, CF and 67. RGB value is (220,207,103). Sum of RGB (Red+Green+Blue) = 220+207+103=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF67 is #233098. Grayscale: #C7C7C7. Windows color (decimal): -2306201 or 6803420. OLE color: 6803420.
HSL color Cylindrical-coordinate representation of color #DCCF67: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCCF67 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 103 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.14 |
| HSL | 53.33º | 0.63% | 0.63% | - |
| HSV(B) | 53.33º | 0.53% | 0.86% | - |
| XYZ | 54.28 | 60.82 | 21.71 | - |
| YUV | 199.03 | 73.81 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 103 | 0 | 0.06 | 0.53 | 0.14 | 53.33 | 0.63 | 0.63 |
| Hex | DC | CF | 67 | 0 | 6 | 35 | E | 35 | 3F | 3F |
| Octal | 334 | 317 | 147 | 0 | 6 | 65 | 16 | 65 | 77 | 77 |
| Binary | 11011100 | 11001111 | 1100111 | 0 | 110 | 110101 | 1110 | 110101 | 111111 | 111111 |
Color Harmonies of #DCCF67
Complementary color
Monochromatic Colors of #DCCF67
Black with #DCCF67
Text Example
Text Example
White with #DCCF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF67; }
p { color: rgb(220,207,103); }
H1.HeaderClassName
{
color: #DCCF67;
}
.AnyTagClassName
{
color: #DCCF67;
}
</style>
background-color css
<style>
a { background-color: #DCCF67; }
a { background-color: rgb(220,207,103); }
div.DivClassName
{
background-color: #DCCF67;
}
.BgClassName
{
background-color: #DCCF67;
}
</style>
border-color css
<style>
span { border-color: #DCCF67; }
span { border-color: rgb(220,207,103); }
td.TdClassName
{
border-color: #DCCF67;
}
.TagClassName
{
border-color: #DCCF67;
}
</style>