Shades of Tahuna Sands #DCCE9A
Tints of Tahuna Sands #DCCE9A
RGB
CMYK
RGB Variations
Color information
#DCCE9A (or 0xDCCE9A) is known color: Tahuna Sands. HEX triplet: DC, CE and 9A. RGB value is (220,206,154). Sum of RGB (Red+Green+Blue) = 220+206+154=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE9A is #233165. Grayscale: #CCCCCC. Windows color (decimal): -2306406 or 10145500. OLE color: 10145500.
HSL color Cylindrical-coordinate representation of color #DCCE9A: hue angle of 47.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCCE9A is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 154 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.14 |
| HSL | 47.27º | 0.49% | 0.73% | - |
| HSV(B) | 47.27º | 0.3% | 0.86% | - |
| XYZ | 57.42 | 61.69 | 39.45 | - |
| YUV | 204.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 154 | 0 | 0.06 | 0.3 | 0.14 | 47.27 | 0.49 | 0.73 |
| Hex | DC | CE | 9A | 0 | 6 | 1E | E | 2F | 31 | 49 |
| Octal | 334 | 316 | 232 | 0 | 6 | 36 | 16 | 57 | 61 | 111 |
| Binary | 11011100 | 11001110 | 10011010 | 0 | 110 | 11110 | 1110 | 101111 | 110001 | 1001001 |
Color Harmonies of #DCCE9A
Complementary color
Monochromatic Colors of #DCCE9A
Black with #DCCE9A
Text Example
Text Example
White with #DCCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE9A; }
p { color: rgb(220,206,154); }
H1.HeaderClassName
{
color: #DCCE9A;
}
.AnyTagClassName
{
color: #DCCE9A;
}
</style>
background-color css
<style>
a { background-color: #DCCE9A; }
a { background-color: rgb(220,206,154); }
div.DivClassName
{
background-color: #DCCE9A;
}
.BgClassName
{
background-color: #DCCE9A;
}
</style>
border-color css
<style>
span { border-color: #DCCE9A; }
span { border-color: rgb(220,206,154); }
td.TdClassName
{
border-color: #DCCE9A;
}
.TagClassName
{
border-color: #DCCE9A;
}
</style>