#D8CAA0

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

Shades of Tahuna Sands #D8CAA0

Tints of Tahuna Sands #D8CAA0

Color information

#D8CAA0 (or 0xD8CAA0) is unknown color: approx Tahuna Sands. HEX triplet: D8, CA and A0. RGB value is (216,202,160). Sum of RGB (Red+Green+Blue) = 216+202+160=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAA0 is #27355F. Grayscale: #C9C9C9. Windows color (decimal): -2569568 or 10537688. OLE color: 10537688.

HSL color Cylindrical-coordinate representation of color #D8CAA0: hue angle of 45º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8CAA0 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216202160-
CMYK00.060.260.15
HSL45º41.79%73.73%-
HSV(B)45º25.93%84.71%-
XYZ55.7859.3841.78-
YUV201.4104.64138.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=37.37%
G=34.95%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620216000.060.260.154541.7973.73
HexD8CAA0061AF2d2a4a
Octal3303122400632175552112
Binary11011000110010101010000001101101011111011011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAA0; }

 p { color: rgb(216,202,160); }

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

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

 a { background-color: rgb(216,202,160); }

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

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

 span { border-color: rgb(216,202,160); }

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