#D8B092

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

Shades of Cashmere #D8B092

Tints of Cashmere #D8B092

Color information

#D8B092 (or 0xD8B092) is unknown color: approx Cashmere. HEX triplet: D8, B0 and 92. RGB value is (216,176,146). Sum of RGB (Red+Green+Blue) = 216+176+146=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B092 is #274F6D. Grayscale: #B8B8B8. Windows color (decimal): -2576238 or 9613528. OLE color: 9613528.

HSL color Cylindrical-coordinate representation of color #D8B092: hue angle of 25.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8B092 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216176146-
CMYK00.190.320.15
HSL25.71º47.3%70.98%-
HSV(B)25.71º32.41%84.71%-
XYZ49.0347.7233.82-
YUV184.54106.25150.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=40.15%
G=32.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617614600.190.320.1525.7147.370.98
HexD8B09201320F1a2f47
Octal33026022202340173257107
Binary1101100010110000100100100100111000001111110101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B092; }

 p { color: rgb(216,176,146); }

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

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

 a { background-color: rgb(216,176,146); }

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

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

 span { border-color: rgb(216,176,146); }

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