Shades of Raffia #DCC69C
Tints of Raffia #DCC69C
RGB
CMYK
RGB Variations
Color information
#DCC69C (or 0xDCC69C) is known color: Raffia. HEX triplet: DC, C6 and 9C. RGB value is (220,198,156). Sum of RGB (Red+Green+Blue) = 220+198+156=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC69C is #233963. Grayscale: #C7C7C7. Windows color (decimal): -2308452 or 10274524. OLE color: 10274524.
HSL color Cylindrical-coordinate representation of color #DCC69C: hue angle of 39.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCC69C is Cyan = 0, Magento = 0.1, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 156 | - |
| CMYK | 0 | 0.1 | 0.29 | 0.14 |
| HSL | 39.38º | 0.48% | 0.74% | - |
| HSV(B) | 39.38º | 0.29% | 0.86% | - |
| XYZ | 55.71 | 58 | 39.71 | - |
| YUV | 199.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 156 | 0 | 0.1 | 0.29 | 0.14 | 39.38 | 0.48 | 0.74 |
| Hex | DC | C6 | 9C | 0 | A | 1D | E | 27 | 30 | 4A |
| Octal | 334 | 306 | 234 | 0 | 12 | 35 | 16 | 47 | 60 | 112 |
| Binary | 11011100 | 11000110 | 10011100 | 0 | 1010 | 11101 | 1110 | 100111 | 110000 | 1001010 |
Color Harmonies of #DCC69C
Complementary color
Monochromatic Colors of #DCC69C
Black with #DCC69C
Text Example
Text Example
White with #DCC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC69C; }
p { color: rgb(220,198,156); }
H1.HeaderClassName
{
color: #DCC69C;
}
.AnyTagClassName
{
color: #DCC69C;
}
</style>
background-color css
<style>
a { background-color: #DCC69C; }
a { background-color: rgb(220,198,156); }
div.DivClassName
{
background-color: #DCC69C;
}
.BgClassName
{
background-color: #DCC69C;
}
</style>
border-color css
<style>
span { border-color: #DCC69C; }
span { border-color: rgb(220,198,156); }
td.TdClassName
{
border-color: #DCC69C;
}
.TagClassName
{
border-color: #DCC69C;
}
</style>