Html Css Color HEX #DBAD94 Cashmere

📋 copy color: '#DBAD94'

red 219 ◦ green 173 ◦ blue 148

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

Shades of Cashmere #DBAD94

Tints of Cashmere #DBAD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.41%

R = 40.56%
G = 32.04%
B = 27.41%

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

#DBAD94 (or 0xDBAD94) is known color: Cashmere. HEX triplet: DB, AD and 94. RGB value is (219,173,148). Sum of RGB (Red+Green+Blue) = 219+173+148=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD94 is #24526B. Grayscale: #B8B8B8. Windows color (decimal): -2380396 or 9743835. OLE color: 9743835.

HSL color Cylindrical-coordinate representation of color #DBAD94: hue angle of 21.13º degrees, saturation: 0.5, 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 #DBAD94 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 148 -
CMYK 0 0.21 0.32 0.14
HSL 21.13º 0.5% 0.72% -
HSV(B) 21.13º 0.32% 0.86% -
XYZ 49.5 47.09 34.5 -
YUV 183.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 219 173 148 0 0.21 0.32 0.14 21.13 0.5 0.72
Hex DB AD 94 0 15 20 E 15 32 48
Octal 333 255 224 0 25 40 16 25 62 110
Binary 11011011 10101101 10010100 0 10101 100000 1110 10101 110010 1001000

Color Harmonies of #DBAD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD94

Black with #DBAD94

Text Example


Text Example

White with #DBAD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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