Html Css Color HEX #DBB096 Cashmere

📋 copy color: '#DBB096'

red 219 ◦ green 176 ◦ blue 150

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

Shades of Cashmere #DBB096

Tints of Cashmere #DBB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.52%

R = 40.18%
G = 32.29%
B = 27.52%

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

#DBB096 (or 0xDBB096) is known color: Cashmere. HEX triplet: DB, B0 and 96. RGB value is (219,176,150). Sum of RGB (Red+Green+Blue) = 219+176+150=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB096 is #244F69. Grayscale: #BABABA. Windows color (decimal): -2379626 or 9875675. OLE color: 9875675.

HSL color Cylindrical-coordinate representation of color #DBB096: hue angle of 22.61º 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 #DBB096 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 150 -
CMYK 0 0.20 0.32 0.14
HSL 22.61º 0.49% 0.72% -
HSV(B) 22.61º 0.32% 0.86% -
XYZ 50.24 48.31 35.53 -
YUV 185.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 219 176 150 0 0.20 0.32 0.14 22.61 0.49 0.72
Hex DB B0 96 0 14 20 E 17 31 48
Octal 333 260 226 0 24 40 16 27 61 110
Binary 11011011 10110000 10010110 0 10100 100000 1110 10111 110001 1001000

Color Harmonies of #DBB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB096

Black with #DBB096

Text Example


Text Example

White with #DBB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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