#CDC99A

Color #CDC99A Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CDC99A

Tints of Tahuna Sands #CDC99A

Color information

#CDC99A (or 0xCDC99A) is unknown color: approx Tahuna Sands. HEX triplet: CD, C9 and 9A. RGB value is (205,201,154). Sum of RGB (Red+Green+Blue) = 205+201+154=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC99A is #323665. Grayscale: #C5C5C5. Windows color (decimal): -3290726 or 10144205. OLE color: 10144205.

HSL color Cylindrical-coordinate representation of color #CDC99A: hue angle of 55.29º 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 #CDC99A is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205201154-
CMYK00.020.250.20
HSL55.29º33.77%70.39%-
HSV(B)55.29º24.88%80.39%-
XYZ51.957.0938.86-
YUV196.84103.83133.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 154 (60.55% from 255) = 27.5%
R=36.61%
G=35.89%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520115400.020.250.2055.2933.7770.39
HexCDC99A021914372246
Octal3153112320231246742106
Binary11001101110010011001101001011001101001101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC99A; }

 p { color: rgb(205,201,154); }

 H1.HeaderClassName
 {
   color: #CDC99A;
 }
 .AnyTagClassName
 {
   color: #CDC99A;
 }
</style>
background-color css

<style>
 a { background-color: #CDC99A; }

 a { background-color: rgb(205,201,154); }

 div.DivClassName
 {
   background-color: #CDC99A;
 }
 .BgClassName
 {
   background-color: #CDC99A;
 }
</style>
border-color css

<style>
 span { border-color: #CDC99A; }

 span { border-color: rgb(205,201,154); }

 td.TdClassName
 {
   border-color: #CDC99A;
 }
 .TagClassName
 {
   border-color: #CDC99A;
 }
</style>