#CDC69D

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

Shades of Tahuna Sands #CDC69D

Tints of Tahuna Sands #CDC69D

Color information

#CDC69D (or 0xCDC69D) is unknown color: approx Tahuna Sands. HEX triplet: CD, C6 and 9D. RGB value is (205,198,157). Sum of RGB (Red+Green+Blue) = 205+198+157=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC69D is #323962. Grayscale: #C3C3C3. Windows color (decimal): -3291491 or 10340045. OLE color: 10340045.

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

Color convert

RGB205198157-
CMYK00.030.230.20
HSL51.25º32.43%70.98%-
HSV(B)51.25º23.41%80.39%-
XYZ51.4655.839.96-
YUV195.42106.32134.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=36.61%
G=35.36%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519815700.030.230.2051.2532.4370.98
HexCDC69D031714332047
Octal3153062350327246340107
Binary11001101110001101001110101110111101001100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC69D; }

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

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

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

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

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

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

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

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