#D6CB95

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

Shades of Tahuna Sands #D6CB95

Tints of Tahuna Sands #D6CB95

Color information

#D6CB95 (or 0xD6CB95) is unknown color: approx Tahuna Sands. HEX triplet: D6, CB and 95. RGB value is (214,203,149). Sum of RGB (Red+Green+Blue) = 214+203+149=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CB95 is #29346A. Grayscale: #C8C8C8. Windows color (decimal): -2700395 or 9817046. OLE color: 9817046.

HSL color Cylindrical-coordinate representation of color #D6CB95: hue angle of 49.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6CB95 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214203149-
CMYK00.050.300.16
HSL49.85º44.22%71.18%-
HSV(B)49.85º30.37%83.92%-
XYZ54.5159.1836.98-
YUV200.1399.14137.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=37.81%
G=35.87%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420314900.050.300.1649.8544.2271.18
HexD6CB95051E10322c47
Octal3263132250536206254107
Binary110101101100101110010101010111110100001100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CB95; }

 p { color: rgb(214,203,149); }

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

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

 a { background-color: rgb(214,203,149); }

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

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

 span { border-color: rgb(214,203,149); }

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