Shades of Tahuna Sands #DCC894
Tints of Tahuna Sands #DCC894
RGB
CMYK
RGB Variations
Color information
#DCC894 (or 0xDCC894) is known color: Tahuna Sands. HEX triplet: DC, C8 and 94. RGB value is (220,200,148). Sum of RGB (Red+Green+Blue) = 220+200+148=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC894 is #23376B. Grayscale: #C8C8C8. Windows color (decimal): -2307948 or 9750748. OLE color: 9750748.
HSL color Cylindrical-coordinate representation of color #DCC894: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC894 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 148 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.14 |
| HSL | 43.33º | 0.51% | 0.72% | - |
| HSV(B) | 43.33º | 0.33% | 0.86% | - |
| XYZ | 55.51 | 58.66 | 36.41 | - |
| YUV | 200.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 148 | 0 | 0.09 | 0.33 | 0.14 | 43.33 | 0.51 | 0.72 |
| Hex | DC | C8 | 94 | 0 | 9 | 21 | E | 2B | 33 | 48 |
| Octal | 334 | 310 | 224 | 0 | 11 | 41 | 16 | 53 | 63 | 110 |
| Binary | 11011100 | 11001000 | 10010100 | 0 | 1001 | 100001 | 1110 | 101011 | 110011 | 1001000 |
Color Harmonies of #DCC894
Complementary color
Monochromatic Colors of #DCC894
Black with #DCC894
Text Example
Text Example
White with #DCC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC894; }
p { color: rgb(220,200,148); }
H1.HeaderClassName
{
color: #DCC894;
}
.AnyTagClassName
{
color: #DCC894;
}
</style>
background-color css
<style>
a { background-color: #DCC894; }
a { background-color: rgb(220,200,148); }
div.DivClassName
{
background-color: #DCC894;
}
.BgClassName
{
background-color: #DCC894;
}
</style>
border-color css
<style>
span { border-color: #DCC894; }
span { border-color: rgb(220,200,148); }
td.TdClassName
{
border-color: #DCC894;
}
.TagClassName
{
border-color: #DCC894;
}
</style>