Shades of Tahuna Sands #DCCC90
Tints of Tahuna Sands #DCCC90
RGB
CMYK
RGB Variations
Color information
#DCCC90 (or 0xDCCC90) is known color: Tahuna Sands. HEX triplet: DC, CC and 90. RGB value is (220,204,144). Sum of RGB (Red+Green+Blue) = 220+204+144=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC90 is #23336F. Grayscale: #CACACA. Windows color (decimal): -2306928 or 9489628. OLE color: 9489628.
HSL color Cylindrical-coordinate representation of color #DCCC90: hue angle of 47.37º 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 #DCCC90 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 144 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.14 |
| HSL | 47.37º | 0.52% | 0.71% | - |
| HSV(B) | 47.37º | 0.35% | 0.86% | - |
| XYZ | 56.14 | 60.41 | 35.09 | - |
| YUV | 201.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 144 | 0 | 0.07 | 0.35 | 0.14 | 47.37 | 0.52 | 0.71 |
| Hex | DC | CC | 90 | 0 | 7 | 23 | E | 2F | 34 | 47 |
| Octal | 334 | 314 | 220 | 0 | 7 | 43 | 16 | 57 | 64 | 107 |
| Binary | 11011100 | 11001100 | 10010000 | 0 | 111 | 100011 | 1110 | 101111 | 110100 | 1000111 |
Color Harmonies of #DCCC90
Complementary color
Monochromatic Colors of #DCCC90
Black with #DCCC90
Text Example
Text Example
White with #DCCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC90; }
p { color: rgb(220,204,144); }
H1.HeaderClassName
{
color: #DCCC90;
}
.AnyTagClassName
{
color: #DCCC90;
}
</style>
background-color css
<style>
a { background-color: #DCCC90; }
a { background-color: rgb(220,204,144); }
div.DivClassName
{
background-color: #DCCC90;
}
.BgClassName
{
background-color: #DCCC90;
}
</style>
border-color css
<style>
span { border-color: #DCCC90; }
span { border-color: rgb(220,204,144); }
td.TdClassName
{
border-color: #DCCC90;
}
.TagClassName
{
border-color: #DCCC90;
}
</style>