#CDCA9D

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

Shades of Tahuna Sands #CDCA9D

Tints of Tahuna Sands #CDCA9D

Color information

#CDCA9D (or 0xCDCA9D) is unknown color: approx Tahuna Sands. HEX triplet: CD, CA and 9D. RGB value is (205,202,157). Sum of RGB (Red+Green+Blue) = 205+202+157=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCA9D is #323562. Grayscale: #C5C5C5. Windows color (decimal): -3290467 or 10341069. OLE color: 10341069.

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

Color convert

RGB205202157-
CMYK00.010.230.20
HSL56.25º32.43%70.98%-
HSV(B)56.25º23.41%80.39%-
XYZ52.3857.6540.27-
YUV197.77104.99133.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=36.35%
G=35.82%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520215700.010.230.2056.2532.4370.98
HexCDCA9D011714382047
Octal3153122350127247040107
Binary1100110111001010100111010110111101001110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA9D; }

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

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

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

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

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

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

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

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