Shades of Tahuna Sands #D7CDA4
Tints of Tahuna Sands #D7CDA4
RGB
CMYK
RGB Variations
Color information
#D7CDA4 (or 0xD7CDA4) is known color: Tahuna Sands. HEX triplet: D7, CD and A4. RGB value is (215,205,164). Sum of RGB (Red+Green+Blue) = 215+205+164=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CDA4 is #28325B. Grayscale: #CBCBCB. Windows color (decimal): -2634332 or 10800599. OLE color: 10800599.
HSL color Cylindrical-coordinate representation of color #D7CDA4: hue angle of 48.24º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7CDA4 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 205 | 164 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.16 |
| HSL | 48.24º | 0.39% | 0.74% | - |
| HSV(B) | 48.24º | 0.24% | 0.84% | - |
| XYZ | 56.56 | 60.79 | 43.87 | - |
| YUV | 203.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 205 | 164 | 0 | 0.05 | 0.24 | 0.16 | 48.24 | 0.39 | 0.74 |
| Hex | D7 | CD | A4 | 0 | 5 | 18 | 10 | 30 | 27 | 4A |
| Octal | 327 | 315 | 244 | 0 | 5 | 30 | 20 | 60 | 47 | 112 |
| Binary | 11010111 | 11001101 | 10100100 | 0 | 101 | 11000 | 10000 | 110000 | 100111 | 1001010 |
Color Harmonies of #D7CDA4
Complementary color
Monochromatic Colors of #D7CDA4
Black with #D7CDA4
Text Example
Text Example
White with #D7CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDA4; }
p { color: rgb(215,205,164); }
H1.HeaderClassName
{
color: #D7CDA4;
}
.AnyTagClassName
{
color: #D7CDA4;
}
</style>
background-color css
<style>
a { background-color: #D7CDA4; }
a { background-color: rgb(215,205,164); }
div.DivClassName
{
background-color: #D7CDA4;
}
.BgClassName
{
background-color: #D7CDA4;
}
</style>
border-color css
<style>
span { border-color: #D7CDA4; }
span { border-color: rgb(215,205,164); }
td.TdClassName
{
border-color: #D7CDA4;
}
.TagClassName
{
border-color: #D7CDA4;
}
</style>