#CDCA96

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

Shades of Tahuna Sands #CDCA96

Tints of Tahuna Sands #CDCA96

Color information

#CDCA96 (or 0xCDCA96) is unknown color: approx Tahuna Sands. HEX triplet: CD, CA and 96. RGB value is (205,202,150). Sum of RGB (Red+Green+Blue) = 205+202+150=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCA96 is #323569. Grayscale: #C5C5C5. Windows color (decimal): -3290474 or 9882317. OLE color: 9882317.

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

Color convert

RGB205202150-
CMYK00.010.270.20
HSL56.73º35.48%69.61%-
HSV(B)56.73º26.83%80.39%-
XYZ51.857.4237.21-
YUV196.97101.49133.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=36.80%
G=36.27%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520215000.010.270.2056.7335.4869.61
HexCDCA96011B14392346
Octal3153122260133247143106
Binary1100110111001010100101100111011101001110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA96; }

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

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

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

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

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

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

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

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