#CDC699

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

Shades of Tahuna Sands #CDC699

Tints of Tahuna Sands #CDC699

Color information

#CDC699 (or 0xCDC699) is unknown color: approx Tahuna Sands. HEX triplet: CD, C6 and 99. RGB value is (205,198,153). Sum of RGB (Red+Green+Blue) = 205+198+153=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC699 is #323966. Grayscale: #C3C3C3. Windows color (decimal): -3291495 or 10077901. OLE color: 10077901.

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

Color convert

RGB205198153-
CMYK00.030.250.20
HSL51.92º34.21%70.2%-
HSV(B)51.92º25.37%80.39%-
XYZ51.1255.6738.19-
YUV194.96104.32135.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=36.87%
G=35.61%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519815300.030.250.2051.9234.2170.2
HexCDC699031914342246
Octal3153062310331246442106
Binary11001101110001101001100101111001101001101001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC699; }

 p { color: rgb(205,198,153); }

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

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

 a { background-color: rgb(205,198,153); }

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

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

 span { border-color: rgb(205,198,153); }

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