Html Css Color HEX #DBAD95 Cashmere

📋 copy color: '#DBAD95'

red 219 ◦ green 173 ◦ blue 149

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

Shades of Cashmere #DBAD95

Tints of Cashmere #DBAD95

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.98%

 BLUE value IS 149 (58.59% from 255) = 27.54%

R = 40.48%
G = 31.98%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBAD95 (or 0xDBAD95) is known color: Cashmere. HEX triplet: DB, AD and 95. RGB value is (219,173,149). Sum of RGB (Red+Green+Blue) = 219+173+149=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD95 is #24526A. Grayscale: #B8B8B8. Windows color (decimal): -2380395 or 9809371. OLE color: 9809371.

HSL color Cylindrical-coordinate representation of color #DBAD95: hue angle of 20.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBAD95 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 149 -
CMYK 0 0.21 0.32 0.14
HSL 20.57º 0.49% 0.72% -
HSV(B) 20.57º 0.32% 0.86% -
XYZ 49.58 47.12 34.92 -
YUV 184.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 219 173 149 0 0.21 0.32 0.14 20.57 0.49 0.72
Hex DB AD 95 0 15 20 E 15 31 48
Octal 333 255 225 0 25 40 16 25 61 110
Binary 11011011 10101101 10010101 0 10101 100000 1110 10101 110001 1001000

Color Harmonies of #DBAD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD95

Black with #DBAD95

Text Example


Text Example

White with #DBAD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD95; }

 p { color: rgb(219,173,149); }

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

background-color css

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

 a { background-color: rgb(219,173,149); }

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

border-color css

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

 span { border-color: rgb(219,173,149); }

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