#CDC499

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

Shades of Tahuna Sands #CDC499

Tints of Tahuna Sands #CDC499

Color information

#CDC499 (or 0xCDC499) is unknown color: approx Tahuna Sands. HEX triplet: CD, C4 and 99. RGB value is (205,196,153). Sum of RGB (Red+Green+Blue) = 205+196+153=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC499 is #323B66. Grayscale: #C1C1C1. Windows color (decimal): -3292007 or 10077389. OLE color: 10077389.

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

Color convert

RGB205196153-
CMYK00.040.250.20
HSL49.62º34.21%70.2%-
HSV(B)49.62º25.37%80.39%-
XYZ50.6754.7638.04-
YUV193.79104.98136-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=37.00%
G=35.38%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519615300.040.250.2049.6234.2170.2
HexCDC499041914322246
Octal3153042310431246242106
Binary110011011100010010011001010011001101001100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC499; }

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

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

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

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

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

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

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

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