Html Css Color HEX #DBB097 Cashmere

📋 copy color: '#DBB097'

red 219 ◦ green 176 ◦ blue 151

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

Shades of Cashmere #DBB097

Tints of Cashmere #DBB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.66%

R = 40.11%
G = 32.23%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBB097 (or 0xDBB097) is known color: Cashmere. HEX triplet: DB, B0 and 97. RGB value is (219,176,151). Sum of RGB (Red+Green+Blue) = 219+176+151=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB097 is #244F68. Grayscale: #BABABA. Windows color (decimal): -2379625 or 9941211. OLE color: 9941211.

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

Color convert

RGB 219 176 151 -
CMYK 0 0.20 0.31 0.14
HSL 22.06º 0.49% 0.73% -
HSV(B) 22.06º 0.31% 0.86% -
XYZ 50.32 48.35 35.96 -
YUV 186.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 219 176 151 0 0.20 0.31 0.14 22.06 0.49 0.73
Hex DB B0 97 0 14 1F E 16 31 49
Octal 333 260 227 0 24 37 16 26 61 111
Binary 11011011 10110000 10010111 0 10100 11111 1110 10110 110001 1001001

Color Harmonies of #DBB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB097

Black with #DBB097

Text Example


Text Example

White with #DBB097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB097; }

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

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

background-color css

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

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

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

border-color css

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

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

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