#D2CA9E

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

Shades of Tahuna Sands #D2CA9E

Tints of Tahuna Sands #D2CA9E

Color information

#D2CA9E (or 0xD2CA9E) is unknown color: approx Tahuna Sands. HEX triplet: D2, CA and 9E. RGB value is (210,202,158). Sum of RGB (Red+Green+Blue) = 210+202+158=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CA9E is #2D3561. Grayscale: #C7C7C7. Windows color (decimal): -2962786 or 10406610. OLE color: 10406610.

HSL color Cylindrical-coordinate representation of color #D2CA9E: hue angle of 50.77º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2CA9E is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210202158-
CMYK00.040.250.18
HSL50.77º36.62%72.16%-
HSV(B)50.77º24.76%82.35%-
XYZ53.8758.4140.78-
YUV199.38104.65135.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=36.84%
G=35.44%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020215800.040.250.1850.7736.6272.16
HexD2CA9E041912332548
Octal3223122360431226345110
Binary110100101100101010011110010011001100101100111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CA9E; }

 p { color: rgb(210,202,158); }

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

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

 a { background-color: rgb(210,202,158); }

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

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

 span { border-color: rgb(210,202,158); }

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