Html Css Color HEX #D9B099 Cashmere

📋 copy color: '#D9B099'

red 217 ◦ green 176 ◦ blue 153

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

Shades of Cashmere #D9B099

Tints of Cashmere #D9B099

RGB

 RED value IS 217 (85.16% from 255) = 39.74%

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

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

R = 39.74%
G = 32.23%
B = 28.02%

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

#D9B099 (or 0xD9B099) is known color: Cashmere. HEX triplet: D9, B0 and 99. RGB value is (217,176,153). Sum of RGB (Red+Green+Blue) = 217+176+153=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B099 is #264F66. Grayscale: #B9B9B9. Windows color (decimal): -2510695 or 10072281. OLE color: 10072281.

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

Color convert

RGB 217 176 153 -
CMYK 0 0.19 0.29 0.15
HSL 21.56º 0.46% 0.73% -
HSV(B) 21.56º 0.29% 0.85% -
XYZ 49.89 48.1 36.79 -
YUV 185.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 217 176 153 0 0.19 0.29 0.15 21.56 0.46 0.73
Hex D9 B0 99 0 13 1D F 16 2E 49
Octal 331 260 231 0 23 35 17 26 56 111
Binary 11011001 10110000 10011001 0 10011 11101 1111 10110 101110 1001001

Color Harmonies of #D9B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B099

Black with #D9B099

Text Example


Text Example

White with #D9B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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