Shades of Tahuna Sands #DDCE9A
Tints of Tahuna Sands #DDCE9A
RGB
CMYK
RGB Variations
Color information
#DDCE9A (or 0xDDCE9A) is known color: Tahuna Sands. HEX triplet: DD, CE and 9A. RGB value is (221,206,154). Sum of RGB (Red+Green+Blue) = 221+206+154=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE9A is #223165. Grayscale: #CCCCCC. Windows color (decimal): -2240870 or 10145501. OLE color: 10145501.
HSL color Cylindrical-coordinate representation of color #DDCE9A: hue angle of 46.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDCE9A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 154 | - |
CMYK | 0 | 0.07 | 0.30 | 0.13 |
HSL | 46.57º | 0.5% | 0.74% | - |
HSV(B) | 46.57º | 0.3% | 0.87% | - |
XYZ | 57.72 | 61.85 | 39.47 | - |
YUV | 204.56 | 99.47 | 139.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 154 | 0 | 0.07 | 0.30 | 0.13 | 46.57 | 0.5 | 0.74 |
Hex | DD | CE | 9A | 0 | 7 | 1E | D | 2F | 32 | 4A |
Octal | 335 | 316 | 232 | 0 | 7 | 36 | 15 | 57 | 62 | 112 |
Binary | 11011101 | 11001110 | 10011010 | 0 | 111 | 11110 | 1101 | 101111 | 110010 | 1001010 |
Color Harmonies of #DDCE9A
Complementary color
Monochromatic Colors of #DDCE9A
Black with #DDCE9A
Text Example
Text Example
White with #DDCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE9A; }
p { color: rgb(221,206,154); }
H1.HeaderClassName
{
color: #DDCE9A;
}
.AnyTagClassName
{
color: #DDCE9A;
}
</style>
background-color css
<style>
a { background-color: #DDCE9A; }
a { background-color: rgb(221,206,154); }
div.DivClassName
{
background-color: #DDCE9A;
}
.BgClassName
{
background-color: #DDCE9A;
}
</style>
border-color css
<style>
span { border-color: #DDCE9A; }
span { border-color: rgb(221,206,154); }
td.TdClassName
{
border-color: #DDCE9A;
}
.TagClassName
{
border-color: #DDCE9A;
}
</style>