#D2CA90

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

Shades of Tahuna Sands #D2CA90

Tints of Tahuna Sands #D2CA90

Color information

#D2CA90 (or 0xD2CA90) is unknown color: approx Tahuna Sands. HEX triplet: D2, CA and 90. RGB value is (210,202,144). Sum of RGB (Red+Green+Blue) = 210+202+144=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CA90 is #2D356F. Grayscale: #C6C6C6. Windows color (decimal): -2962800 or 9489106. OLE color: 9489106.

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

Color convert

RGB210202144-
CMYK00.040.310.18
HSL52.73º42.31%69.41%-
HSV(B)52.73º31.43%82.35%-
XYZ52.7357.9634.79-
YUV197.7897.65136.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=37.77%
G=36.33%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020214400.040.310.1852.7342.3169.41
HexD2CA90041F12352a45
Octal3223122200437226552105
Binary110100101100101010010000010011111100101101011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CA90; }

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

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

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

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

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

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

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

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