#D7CBA0

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

Shades of Tahuna Sands #D7CBA0

Tints of Tahuna Sands #D7CBA0

Color information

#D7CBA0 (or 0xD7CBA0) is unknown color: approx Tahuna Sands. HEX triplet: D7, CB and A0. RGB value is (215,203,160). Sum of RGB (Red+Green+Blue) = 215+203+160=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CBA0 is #28345F. Grayscale: #C9C9C9. Windows color (decimal): -2634848 or 10537943. OLE color: 10537943.

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

Color convert

RGB215203160-
CMYK00.060.260.16
HSL46.91º40.74%73.53%-
HSV(B)46.91º25.58%84.31%-
XYZ55.7359.741.84-
YUV201.69104.48137.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=37.20%
G=35.12%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21520316000.060.260.1646.9140.7473.53
HexD7CBA0061A102f294a
Octal3273132400632205751112
Binary110101111100101110100000011011010100001011111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBA0; }

 p { color: rgb(215,203,160); }

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

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

 a { background-color: rgb(215,203,160); }

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

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

 span { border-color: rgb(215,203,160); }

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