#CDCA97

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

Shades of Tahuna Sands #CDCA97

Tints of Tahuna Sands #CDCA97

Color information

#CDCA97 (or 0xCDCA97) is unknown color: approx Tahuna Sands. HEX triplet: CD, CA and 97. RGB value is (205,202,151). Sum of RGB (Red+Green+Blue) = 205+202+151=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCA97 is #323568. Grayscale: #C5C5C5. Windows color (decimal): -3290473 or 9947853. OLE color: 9947853.

HSL color Cylindrical-coordinate representation of color #CDCA97: hue angle of 56.67º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDCA97 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205202151-
CMYK00.010.260.20
HSL56.67º35.06%69.8%-
HSV(B)56.67º26.34%80.39%-
XYZ51.8857.4537.63-
YUV197.08101.99133.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 151 (59.38% from 255) = 27.06%
R=36.74%
G=36.20%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520215100.010.260.2056.6735.0669.8
HexCDCA97011A14392346
Octal3153122270132247143106
Binary1100110111001010100101110111010101001110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA97; }

 p { color: rgb(205,202,151); }

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

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

 a { background-color: rgb(205,202,151); }

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

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

 span { border-color: rgb(205,202,151); }

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