Html Css Color HEX #DBB095 Cashmere

📋 copy color: '#DBB095'

red 219 ◦ green 176 ◦ blue 149

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

Shades of Cashmere #DBB095

Tints of Cashmere #DBB095

RGB

 RED value IS 219 (85.94% from 255) = 40.26%

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

 BLUE value IS 149 (58.59% from 255) = 27.39%

R = 40.26%
G = 32.35%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBB095 (or 0xDBB095) is known color: Cashmere. HEX triplet: DB, B0 and 95. RGB value is (219,176,149). Sum of RGB (Red+Green+Blue) = 219+176+149=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB095 is #244F6A. Grayscale: #B9B9B9. Windows color (decimal): -2379627 or 9810139. OLE color: 9810139.

HSL color Cylindrical-coordinate representation of color #DBB095: hue angle of 23.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBB095 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 149 -
CMYK 0 0.20 0.32 0.14
HSL 23.14º 0.49% 0.72% -
HSV(B) 23.14º 0.32% 0.86% -
XYZ 50.16 48.28 35.11 -
YUV 185.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 219 176 149 0 0.20 0.32 0.14 23.14 0.49 0.72
Hex DB B0 95 0 14 20 E 17 31 48
Octal 333 260 225 0 24 40 16 27 61 110
Binary 11011011 10110000 10010101 0 10100 100000 1110 10111 110001 1001000

Color Harmonies of #DBB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB095

Black with #DBB095

Text Example


Text Example

White with #DBB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB095; }

 p { color: rgb(219,176,149); }

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

background-color css

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

 a { background-color: rgb(219,176,149); }

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

border-color css

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

 span { border-color: rgb(219,176,149); }

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