Html Css Color HEX #DBB397 Cashmere

📋 copy color: '#DBB397'

red 219 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #DBB397

Tints of Cashmere #DBB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.6%

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

R = 39.89%
G = 32.6%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBB397 (or 0xDBB397) is known color: Cashmere. HEX triplet: DB, B3 and 97. RGB value is (219,179,151). Sum of RGB (Red+Green+Blue) = 219+179+151=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB397 is #244C68. Grayscale: #BBBBBB. Windows color (decimal): -2378857 or 9941979. OLE color: 9941979.

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

Color convert

RGB 219 179 151 -
CMYK 0 0.18 0.31 0.14
HSL 24.71º 0.49% 0.73% -
HSV(B) 24.71º 0.31% 0.86% -
XYZ 50.92 49.53 36.16 -
YUV 187.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 219 179 151 0 0.18 0.31 0.14 24.71 0.49 0.73
Hex DB B3 97 0 12 1F E 19 31 49
Octal 333 263 227 0 22 37 16 31 61 111
Binary 11011011 10110011 10010111 0 10010 11111 1110 11001 110001 1001001

Color Harmonies of #DBB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB397

Black with #DBB397

Text Example


Text Example

White with #DBB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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