#D2CA9D

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

Shades of Tahuna Sands #D2CA9D

Tints of Tahuna Sands #D2CA9D

Color information

#D2CA9D (or 0xD2CA9D) is unknown color: approx Tahuna Sands. HEX triplet: D2, CA and 9D. RGB value is (210,202,157). Sum of RGB (Red+Green+Blue) = 210+202+157=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CA9D is #2D3562. Grayscale: #C7C7C7. Windows color (decimal): -2962787 or 10341074. OLE color: 10341074.

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

Color convert

RGB210202157-
CMYK00.040.250.18
HSL50.94º37.06%71.96%-
HSV(B)50.94º25.24%82.35%-
XYZ53.7858.3840.33-
YUV199.26104.15135.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=36.91%
G=35.50%
B=27.59%

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
Decimal21020215700.040.250.1850.9437.0671.96
HexD2CA9D041912332548
Octal3223122350431226345110
Binary110100101100101010011101010011001100101100111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CA9D; }

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

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

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

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

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

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

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

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