#D6CA99

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

Shades of Tahuna Sands #D6CA99

Tints of Tahuna Sands #D6CA99

Color information

#D6CA99 (or 0xD6CA99) is unknown color: approx Tahuna Sands. HEX triplet: D6, CA and 99. RGB value is (214,202,153). Sum of RGB (Red+Green+Blue) = 214+202+153=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA99 is #293566. Grayscale: #C8C8C8. Windows color (decimal): -2700647 or 10078934. OLE color: 10078934.

HSL color Cylindrical-coordinate representation of color #D6CA99: hue angle of 48.2º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6CA99 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214202153-
CMYK00.060.290.16
HSL48.2º42.66%71.96%-
HSV(B)48.2º28.5%83.92%-
XYZ54.658.8438.62-
YUV200101.48137.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=37.61%
G=35.50%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420215300.060.290.1648.242.6671.96
HexD6CA99061D10302b48
Octal3263122310635206053110
Binary110101101100101010011001011011101100001100001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA99; }

 p { color: rgb(214,202,153); }

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

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

 a { background-color: rgb(214,202,153); }

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

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

 span { border-color: rgb(214,202,153); }

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