Shades of Tahuna Sands #DCCB98
Tints of Tahuna Sands #DCCB98
RGB
CMYK
RGB Variations
Color information
#DCCB98 (or 0xDCCB98) is known color: Tahuna Sands. HEX triplet: DC, CB and 98. RGB value is (220,203,152). Sum of RGB (Red+Green+Blue) = 220+203+152=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB98 is #233467. Grayscale: #CACACA. Windows color (decimal): -2307176 or 10013660. OLE color: 10013660.
HSL color Cylindrical-coordinate representation of color #DCCB98: hue angle of 45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCCB98 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 152 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.14 |
| HSL | 45º | 0.49% | 0.73% | - |
| HSV(B) | 45º | 0.31% | 0.86% | - |
| XYZ | 56.54 | 60.19 | 38.34 | - |
| YUV | 202.27 | 99.63 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 152 | 0 | 0.08 | 0.31 | 0.14 | 45 | 0.49 | 0.73 |
| Hex | DC | CB | 98 | 0 | 8 | 1F | E | 2D | 31 | 49 |
| Octal | 334 | 313 | 230 | 0 | 10 | 37 | 16 | 55 | 61 | 111 |
| Binary | 11011100 | 11001011 | 10011000 | 0 | 1000 | 11111 | 1110 | 101101 | 110001 | 1001001 |
Color Harmonies of #DCCB98
Complementary color
Monochromatic Colors of #DCCB98
Black with #DCCB98
Text Example
Text Example
White with #DCCB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB98; }
p { color: rgb(220,203,152); }
H1.HeaderClassName
{
color: #DCCB98;
}
.AnyTagClassName
{
color: #DCCB98;
}
</style>
background-color css
<style>
a { background-color: #DCCB98; }
a { background-color: rgb(220,203,152); }
div.DivClassName
{
background-color: #DCCB98;
}
.BgClassName
{
background-color: #DCCB98;
}
</style>
border-color css
<style>
span { border-color: #DCCB98; }
span { border-color: rgb(220,203,152); }
td.TdClassName
{
border-color: #DCCB98;
}
.TagClassName
{
border-color: #DCCB98;
}
</style>