#CDC99D

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

Shades of Tahuna Sands #CDC99D

Tints of Tahuna Sands #CDC99D

Color information

#CDC99D (or 0xCDC99D) is unknown color: approx Tahuna Sands. HEX triplet: CD, C9 and 9D. RGB value is (205,201,157). Sum of RGB (Red+Green+Blue) = 205+201+157=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC99D is #323662. Grayscale: #C5C5C5. Windows color (decimal): -3290723 or 10340813. OLE color: 10340813.

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

Color convert

RGB205201157-
CMYK00.020.230.20
HSL55º32.43%70.98%-
HSV(B)55º23.41%80.39%-
XYZ52.1557.1940.19-
YUV197.18105.33133.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=36.41%
G=35.70%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520115700.020.230.205532.4370.98
HexCDC99D021714372047
Octal3153112350227246740107
Binary11001101110010011001110101010111101001101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC99D; }

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

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

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

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

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

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

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

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