#CDC99B

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

Shades of Tahuna Sands #CDC99B

Tints of Tahuna Sands #CDC99B

Color information

#CDC99B (or 0xCDC99B) is unknown color: approx Tahuna Sands. HEX triplet: CD, C9 and 9B. RGB value is (205,201,155). Sum of RGB (Red+Green+Blue) = 205+201+155=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC99B is #323664. Grayscale: #C5C5C5. Windows color (decimal): -3290725 or 10209741. OLE color: 10209741.

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

Color convert

RGB205201155-
CMYK00.020.240.20
HSL55.2º33.33%70.59%-
HSV(B)55.2º24.39%80.39%-
XYZ51.9857.1239.3-
YUV196.95104.33133.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=36.54%
G=35.83%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520115500.020.240.2055.233.3370.59
HexCDC99B021814372147
Octal3153112330230246741107
Binary11001101110010011001101101011000101001101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC99B; }

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

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

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

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

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

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

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

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