Shades of Tahuna Sands #DCCD8F
Tints of Tahuna Sands #DCCD8F
RGB
CMYK
RGB Variations
Color information
#DCCD8F (or 0xDCCD8F) is known color: Tahuna Sands. HEX triplet: DC, CD and 8F. RGB value is (220,205,143). Sum of RGB (Red+Green+Blue) = 220+205+143=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD8F is #233270. Grayscale: #CACACA. Windows color (decimal): -2306673 or 9424348. OLE color: 9424348.
HSL color Cylindrical-coordinate representation of color #DCCD8F: hue angle of 48.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCCD8F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 143 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.14 |
| HSL | 48.31º | 0.52% | 0.71% | - |
| HSV(B) | 48.31º | 0.35% | 0.86% | - |
| XYZ | 56.3 | 60.86 | 34.77 | - |
| YUV | 202.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 143 | 0 | 0.07 | 0.35 | 0.14 | 48.31 | 0.52 | 0.71 |
| Hex | DC | CD | 8F | 0 | 7 | 23 | E | 30 | 34 | 47 |
| Octal | 334 | 315 | 217 | 0 | 7 | 43 | 16 | 60 | 64 | 107 |
| Binary | 11011100 | 11001101 | 10001111 | 0 | 111 | 100011 | 1110 | 110000 | 110100 | 1000111 |
Color Harmonies of #DCCD8F
Complementary color
Monochromatic Colors of #DCCD8F
Black with #DCCD8F
Text Example
Text Example
White with #DCCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD8F; }
p { color: rgb(220,205,143); }
H1.HeaderClassName
{
color: #DCCD8F;
}
.AnyTagClassName
{
color: #DCCD8F;
}
</style>
background-color css
<style>
a { background-color: #DCCD8F; }
a { background-color: rgb(220,205,143); }
div.DivClassName
{
background-color: #DCCD8F;
}
.BgClassName
{
background-color: #DCCD8F;
}
</style>
border-color css
<style>
span { border-color: #DCCD8F; }
span { border-color: rgb(220,205,143); }
td.TdClassName
{
border-color: #DCCD8F;
}
.TagClassName
{
border-color: #DCCD8F;
}
</style>