Html Css Color HEX #DBAE99 Cashmere

📋 copy color: '#DBAE99'

red 219 ◦ green 174 ◦ blue 153

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

Shades of Cashmere #DBAE99

Tints of Cashmere #DBAE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 40.11%
G = 31.87%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBAE99 (or 0xDBAE99) is known color: Cashmere. HEX triplet: DB, AE and 99. RGB value is (219,174,153). Sum of RGB (Red+Green+Blue) = 219+174+153=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE99 is #245166. Grayscale: #B9B9B9. Windows color (decimal): -2380135 or 10071771. OLE color: 10071771.

HSL color Cylindrical-coordinate representation of color #DBAE99: hue angle of 19.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAE99 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 153 -
CMYK 0 0.21 0.30 0.14
HSL 19.09º 0.48% 0.73% -
HSV(B) 19.09º 0.3% 0.86% -
XYZ 50.1 47.63 36.69 -
YUV 185.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 219 174 153 0 0.21 0.30 0.14 19.09 0.48 0.73
Hex DB AE 99 0 15 1E E 13 30 49
Octal 333 256 231 0 25 36 16 23 60 111
Binary 11011011 10101110 10011001 0 10101 11110 1110 10011 110000 1001001

Color Harmonies of #DBAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE99

Black with #DBAE99

Text Example


Text Example

White with #DBAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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