#CDCC99

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

Shades of Tahuna Sands #CDCC99

Tints of Tahuna Sands #CDCC99

Color information

#CDCC99 (or 0xCDCC99) is unknown color: approx Tahuna Sands. HEX triplet: CD, CC and 99. RGB value is (205,204,153). Sum of RGB (Red+Green+Blue) = 205+204+153=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC99 is #323366. Grayscale: #C6C6C6. Windows color (decimal): -3289959 or 10079437. OLE color: 10079437.

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

Color convert

RGB205204153-
CMYK00.000.250.20
HSL58.85º34.21%70.2%-
HSV(B)58.85º25.37%80.39%-
XYZ52.5258.4638.65-
YUV198.48102.33132.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=36.48%
G=36.30%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520415300.000.250.2058.8534.2170.2
HexCDCC990019143b2246
Octal3153142310031247342106
Binary1100110111001100100110010011001101001110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC99; }

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

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

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

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

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

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

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

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