Html Css Color HEX #D8B099 Cashmere

📋 copy color: '#D8B099'

red 216 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #D8B099

Tints of Cashmere #D8B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.29%

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

R = 39.63%
G = 32.29%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8B099 (or 0xD8B099) is known color: Cashmere. HEX triplet: D8, B0 and 99. RGB value is (216,176,153). Sum of RGB (Red+Green+Blue) = 216+176+153=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B099 is #274F66. Grayscale: #B9B9B9. Windows color (decimal): -2576231 or 10072280. OLE color: 10072280.

HSL color Cylindrical-coordinate representation of color #D8B099: hue angle of 21.9º 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 #D8B099 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 153 -
CMYK 0 0.19 0.29 0.15
HSL 21.9º 0.45% 0.72% -
HSV(B) 21.9º 0.29% 0.85% -
XYZ 49.59 47.95 36.78 -
YUV 185.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 216 176 153 0 0.19 0.29 0.15 21.9 0.45 0.72
Hex D8 B0 99 0 13 1D F 16 2D 48
Octal 330 260 231 0 23 35 17 26 55 110
Binary 11011000 10110000 10011001 0 10011 11101 1111 10110 101101 1001000

Color Harmonies of #D8B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B099

Black with #D8B099

Text Example


Text Example

White with #D8B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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