#D6B498

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

Shades of Cashmere #D6B498

Tints of Cashmere #D6B498

Color information

#D6B498 (or 0xD6B498) is unknown color: approx Cashmere. HEX triplet: D6, B4 and 98. RGB value is (214,180,152). Sum of RGB (Red+Green+Blue) = 214+180+152=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B498 is #294B67. Grayscale: #BBBBBB. Windows color (decimal): -2706280 or 10007766. OLE color: 10007766.

HSL color Cylindrical-coordinate representation of color #D6B498: hue angle of 27.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B498 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214180152-
CMYK00.160.290.16
HSL27.1º43.06%71.76%-
HSV(B)27.1º28.97%83.92%-
XYZ49.7249.2136.58-
YUV186.97108.26147.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=39.19%
G=32.97%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418015200.160.290.1627.143.0671.76
HexD6B4980101D101b2b48
Octal32626423002035203353110
Binary1101011010110100100110000100001110110000110111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B498; }

 p { color: rgb(214,180,152); }

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

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

 a { background-color: rgb(214,180,152); }

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

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

 span { border-color: rgb(214,180,152); }

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