#CDC59A

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

Shades of Tahuna Sands #CDC59A

Tints of Tahuna Sands #CDC59A

Color information

#CDC59A (or 0xCDC59A) is unknown color: approx Tahuna Sands. HEX triplet: CD, C5 and 9A. RGB value is (205,197,154). Sum of RGB (Red+Green+Blue) = 205+197+154=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC59A is #323A65. Grayscale: #C2C2C2. Windows color (decimal): -3291750 or 10143181. OLE color: 10143181.

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

Color convert

RGB205197154-
CMYK00.040.250.20
HSL50.59º33.77%70.39%-
HSV(B)50.59º24.88%80.39%-
XYZ50.9855.2438.55-
YUV194.49105.15135.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=36.87%
G=35.43%
B=27.70%

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
Decimal20519715400.040.250.2050.5933.7770.39
HexCDC59A041914332246
Octal3153052320431246342106
Binary110011011100010110011010010011001101001100111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC59A; }

 p { color: rgb(205,197,154); }

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

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

 a { background-color: rgb(205,197,154); }

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

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

 span { border-color: rgb(205,197,154); }

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