Html Css Color HEX #DBB19A Cashmere

📋 copy color: '#DBB19A'

red 219 ◦ green 177 ◦ blue 154

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

Shades of Cashmere #DBB19A

Tints of Cashmere #DBB19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.18%

 BLUE value IS 154 (60.55% from 255) = 28%

R = 39.82%
G = 32.18%
B = 28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBB19A (or 0xDBB19A) is known color: Cashmere. HEX triplet: DB, B1 and 9A. RGB value is (219,177,154). Sum of RGB (Red+Green+Blue) = 219+177+154=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB19A is #244E65. Grayscale: #BBBBBB. Windows color (decimal): -2379366 or 10138075. OLE color: 10138075.

HSL color Cylindrical-coordinate representation of color #DBB19A: hue angle of 21.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB19A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 177 154 -
CMYK 0 0.19 0.30 0.14
HSL 21.23º 0.47% 0.73% -
HSV(B) 21.23º 0.3% 0.86% -
XYZ 50.77 48.84 37.32 -
YUV 186.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 219 177 154 0 0.19 0.30 0.14 21.23 0.47 0.73
Hex DB B1 9A 0 13 1E E 15 2F 49
Octal 333 261 232 0 23 36 16 25 57 111
Binary 11011011 10110001 10011010 0 10011 11110 1110 10101 101111 1001001

Color Harmonies of #DBB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB19A

Black with #DBB19A

Text Example


Text Example

White with #DBB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB19A; }

 p { color: rgb(219,177,154); }

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

background-color css

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

 a { background-color: rgb(219,177,154); }

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

border-color css

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

 span { border-color: rgb(219,177,154); }

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