#D7CB91

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

Shades of Tahuna Sands #D7CB91

Tints of Tahuna Sands #D7CB91

Color information

#D7CB91 (or 0xD7CB91) is unknown color: approx Tahuna Sands. HEX triplet: D7, CB and 91. RGB value is (215,203,145). Sum of RGB (Red+Green+Blue) = 215+203+145=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CB91 is #28346E. Grayscale: #C8C8C8. Windows color (decimal): -2634863 or 9554903. OLE color: 9554903.

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

Color convert

RGB215203145-
CMYK00.060.330.16
HSL49.71º46.67%70.59%-
HSV(B)49.71º32.56%84.31%-
XYZ54.4959.235.34-
YUV199.9896.98138.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 203 (79.69% from 255) = 36.06%
BLUE value IS 145 (57.03% from 255) = 25.75%
R=38.19%
G=36.06%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520314500.060.330.1649.7146.6770.59
HexD7CB91062110322f47
Octal3273132210641206257107
Binary1101011111001011100100010110100001100001100101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CB91; }

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

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

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

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

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

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

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

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