Shades of Tahuna Sands #CDC69A
Tints of Tahuna Sands #CDC69A
RGB
CMYK
RGB Variations
Color information
#CDC69A (or 0xCDC69A) is known color: Tahuna Sands. HEX triplet: CD, C6 and 9A. RGB value is (205,198,154). Sum of RGB (Red+Green+Blue) = 205+198+154=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC69A is #323965. Grayscale: #C3C3C3. Windows color (decimal): -3291494 or 10143437. OLE color: 10143437.
HSL color Cylindrical-coordinate representation of color #CDC69A: hue angle of 51.76º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDC69A is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 154 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.20 |
| HSL | 51.76º | 0.34% | 0.7% | - |
| HSV(B) | 51.76º | 0.25% | 0.8% | - |
| XYZ | 51.2 | 55.7 | 38.62 | - |
| YUV | 195.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 154 | 0 | 0.03 | 0.25 | 0.20 | 51.76 | 0.34 | 0.7 |
| Hex | CD | C6 | 9A | 0 | 3 | 19 | 14 | 34 | 22 | 46 |
| Octal | 315 | 306 | 232 | 0 | 3 | 31 | 24 | 64 | 42 | 106 |
| Binary | 11001101 | 11000110 | 10011010 | 0 | 11 | 11001 | 10100 | 110100 | 100010 | 1000110 |
Color Harmonies of #CDC69A
Complementary color
Monochromatic Colors of #CDC69A
Black with #CDC69A
Text Example
Text Example
White with #CDC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC69A; }
p { color: rgb(205,198,154); }
H1.HeaderClassName
{
color: #CDC69A;
}
.AnyTagClassName
{
color: #CDC69A;
}
</style>
background-color css
<style>
a { background-color: #CDC69A; }
a { background-color: rgb(205,198,154); }
div.DivClassName
{
background-color: #CDC69A;
}
.BgClassName
{
background-color: #CDC69A;
}
</style>
border-color css
<style>
span { border-color: #CDC69A; }
span { border-color: rgb(205,198,154); }
td.TdClassName
{
border-color: #CDC69A;
}
.TagClassName
{
border-color: #CDC69A;
}
</style>