Html Css Color HEX #DBB7A0 Cashmere

📋 copy color: '#DBB7A0'

red 219 ◦ green 183 ◦ blue 160

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

Shades of Cashmere #DBB7A0

Tints of Cashmere #DBB7A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.47%

R = 38.97%
G = 32.56%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBB7A0 (or 0xDBB7A0) is known color: Cashmere. HEX triplet: DB, B7 and A0. RGB value is (219,183,160). Sum of RGB (Red+Green+Blue) = 219+183+160=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7A0 is #24485F. Grayscale: #BFBFBF. Windows color (decimal): -2377824 or 10532827. OLE color: 10532827.

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

Color convert

RGB 219 183 160 -
CMYK 0 0.16 0.27 0.14
HSL 23.39º 0.45% 0.74% -
HSV(B) 23.39º 0.27% 0.86% -
XYZ 52.49 51.47 40.42 -
YUV 191.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 219 183 160 0 0.16 0.27 0.14 23.39 0.45 0.74
Hex DB B7 A0 0 10 1B E 17 2D 4A
Octal 333 267 240 0 20 33 16 27 55 112
Binary 11011011 10110111 10100000 0 10000 11011 1110 10111 101101 1001010

Color Harmonies of #DBB7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7A0

Black with #DBB7A0

Text Example


Text Example

White with #DBB7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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