#CDC69F

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

Shades of Tahuna Sands #CDC69F

Tints of Tahuna Sands #CDC69F

Color information

#CDC69F (or 0xCDC69F) is unknown color: approx Tahuna Sands. HEX triplet: CD, C6 and 9F. RGB value is (205,198,159). Sum of RGB (Red+Green+Blue) = 205+198+159=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC69F is #323960. Grayscale: #C3C3C3. Windows color (decimal): -3291489 or 10471117. OLE color: 10471117.

HSL color Cylindrical-coordinate representation of color #CDC69F: hue angle of 50.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC69F is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205198159-
CMYK00.030.220.20
HSL50.87º31.51%71.37%-
HSV(B)50.87º22.44%80.39%-
XYZ51.6355.8740.86-
YUV195.65107.32134.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 159 (62.5% from 255) = 28.29%
R=36.48%
G=35.23%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519815900.030.220.2050.8731.5171.37
HexCDC69F031614332047
Octal3153062370326246340107
Binary11001101110001101001111101110110101001100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC69F; }

 p { color: rgb(205,198,159); }

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

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

 a { background-color: rgb(205,198,159); }

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

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

 span { border-color: rgb(205,198,159); }

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