Html Css Color HEX #D8B199 Cashmere

📋 copy color: '#D8B199'

red 216 ◦ green 177 ◦ blue 153

#D8B199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #D8B199

Tints of Cashmere #D8B199

RGB

 RED value IS 216 (84.77% from 255) = 39.56%

 GREEN value IS 177 (69.53% from 255) = 32.42%

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 39.56%
G = 32.42%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8B199 (or 0xD8B199) is known color: Cashmere. HEX triplet: D8, B1 and 99. RGB value is (216,177,153). Sum of RGB (Red+Green+Blue) = 216+177+153=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B199 is #274E66. Grayscale: #BABABA. Windows color (decimal): -2575975 or 10072536. OLE color: 10072536.

HSL color Cylindrical-coordinate representation of color #D8B199: hue angle of 22.86º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8B199 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 177 153 -
CMYK 0 0.18 0.29 0.15
HSL 22.86º 0.45% 0.72% -
HSV(B) 22.86º 0.29% 0.85% -
XYZ 49.79 48.34 36.84 -
YUV 185.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 216 177 153 0 0.18 0.29 0.15 22.86 0.45 0.72
Hex D8 B1 99 0 12 1D F 17 2D 48
Octal 330 261 231 0 22 35 17 27 55 110
Binary 11011000 10110001 10011001 0 10010 11101 1111 10111 101101 1001000

Color Harmonies of #D8B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B199

Black with #D8B199

Text Example


Text Example

White with #D8B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B199; }

 p { color: rgb(216,177,153); }

 H1.HeaderClassName
 {
   color: #D8B199;
 }
 .AnyTagClassName
 {
   color: #D8B199;
 }
</style>

background-color css

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

 a { background-color: rgb(216,177,153); }

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

border-color css

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

 span { border-color: rgb(216,177,153); }

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