Html Css Color HEX #DBB79B Cashmere

📋 copy color: '#DBB79B'

red 219 ◦ green 183 ◦ blue 155

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

Shades of Cashmere #DBB79B

Tints of Cashmere #DBB79B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.85%

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 39.32%
G = 32.85%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBB79B (or 0xDBB79B) is known color: Cashmere. HEX triplet: DB, B7 and 9B. RGB value is (219,183,155). Sum of RGB (Red+Green+Blue) = 219+183+155=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB79B is #244864. Grayscale: #BEBEBE. Windows color (decimal): -2377829 or 10205147. OLE color: 10205147.

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

Color convert

RGB 219 183 155 -
CMYK 0 0.16 0.29 0.14
HSL 26.25º 0.47% 0.73% -
HSV(B) 26.25º 0.29% 0.86% -
XYZ 52.06 51.29 38.17 -
YUV 190.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 219 183 155 0 0.16 0.29 0.14 26.25 0.47 0.73
Hex DB B7 9B 0 10 1D E 1A 2F 49
Octal 333 267 233 0 20 35 16 32 57 111
Binary 11011011 10110111 10011011 0 10000 11101 1110 11010 101111 1001001

Color Harmonies of #DBB79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB79B

Black with #DBB79B

Text Example


Text Example

White with #DBB79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB79B; }

 p { color: rgb(219,183,155); }

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

background-color css

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

 a { background-color: rgb(219,183,155); }

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

border-color css

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

 span { border-color: rgb(219,183,155); }

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