#CDC69C

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

Shades of Tahuna Sands #CDC69C

Tints of Tahuna Sands #CDC69C

Color information

#CDC69C (or 0xCDC69C) is unknown color: approx Tahuna Sands. HEX triplet: CD, C6 and 9C. RGB value is (205,198,156). Sum of RGB (Red+Green+Blue) = 205+198+156=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC69C is #323963. Grayscale: #C3C3C3. Windows color (decimal): -3291492 or 10274509. OLE color: 10274509.

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

Color convert

RGB205198156-
CMYK00.030.240.20
HSL51.43º32.89%70.78%-
HSV(B)51.43º23.9%80.39%-
XYZ51.3755.7739.51-
YUV195.3105.82134.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=36.67%
G=35.42%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519815600.030.240.2051.4332.8970.78
HexCDC69C031814332147
Octal3153062340330246341107
Binary11001101110001101001110001111000101001100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC69C; }

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

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

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

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

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

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

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

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