Html Css Color HEX #DBAE94 Cashmere

📋 copy color: '#DBAE94'

red 219 ◦ green 174 ◦ blue 148

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

Shades of Cashmere #DBAE94

Tints of Cashmere #DBAE94

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.16%

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

R = 40.48%
G = 32.16%
B = 27.36%

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

#DBAE94 (or 0xDBAE94) is known color: Cashmere. HEX triplet: DB, AE and 94. RGB value is (219,174,148). Sum of RGB (Red+Green+Blue) = 219+174+148=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE94 is #24516B. Grayscale: #B8B8B8. Windows color (decimal): -2380140 or 9744091. OLE color: 9744091.

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

Color convert

RGB 219 174 148 -
CMYK 0 0.21 0.32 0.14
HSL 21.97º 0.5% 0.72% -
HSV(B) 21.97º 0.32% 0.86% -
XYZ 49.69 47.47 34.56 -
YUV 184.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 219 174 148 0 0.21 0.32 0.14 21.97 0.5 0.72
Hex DB AE 94 0 15 20 E 16 32 48
Octal 333 256 224 0 25 40 16 26 62 110
Binary 11011011 10101110 10010100 0 10101 100000 1110 10110 110010 1001000

Color Harmonies of #DBAE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE94

Black with #DBAE94

Text Example


Text Example

White with #DBAE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE94; }

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

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

background-color css

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

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

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

border-color css

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

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

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