Html Css Color HEX #DBB6A0 Cashmere

📋 copy color: '#DBB6A0'

red 219 ◦ green 182 ◦ blue 160

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

Shades of Cashmere #DBB6A0

Tints of Cashmere #DBB6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.44%

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

R = 39.04%
G = 32.44%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBB6A0 (or 0xDBB6A0) is known color: Cashmere. HEX triplet: DB, B6 and A0. RGB value is (219,182,160). Sum of RGB (Red+Green+Blue) = 219+182+160=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6A0 is #24495F. Grayscale: #BEBEBE. Windows color (decimal): -2378080 or 10532571. OLE color: 10532571.

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

Color convert

RGB 219 182 160 -
CMYK 0 0.17 0.27 0.14
HSL 22.37º 0.45% 0.74% -
HSV(B) 22.37º 0.27% 0.86% -
XYZ 52.29 51.05 40.36 -
YUV 190.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 219 182 160 0 0.17 0.27 0.14 22.37 0.45 0.74
Hex DB B6 A0 0 11 1B E 16 2D 4A
Octal 333 266 240 0 21 33 16 26 55 112
Binary 11011011 10110110 10100000 0 10001 11011 1110 10110 101101 1001010

Color Harmonies of #DBB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6A0

Black with #DBB6A0

Text Example


Text Example

White with #DBB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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