Html Css Color HEX #DBAA99 Rose

📋 copy color: '#DBAA99'

red 219 ◦ green 170 ◦ blue 153

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

Shades of Rose #DBAA99

Tints of Rose #DBAA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.37%

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

R = 40.41%
G = 31.37%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBAA99 (or 0xDBAA99) is known color: Rose. HEX triplet: DB, AA and 99. RGB value is (219,170,153). Sum of RGB (Red+Green+Blue) = 219+170+153=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA99 is #245566. Grayscale: #B6B6B6. Windows color (decimal): -2381159 or 10070747. OLE color: 10070747.

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

Color convert

RGB 219 170 153 -
CMYK 0 0.22 0.30 0.14
HSL 15.45º 0.48% 0.73% -
HSV(B) 15.45º 0.3% 0.86% -
XYZ 49.34 46.11 36.44 -
YUV 182.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 219 170 153 0 0.22 0.30 0.14 15.45 0.48 0.73
Hex DB AA 99 0 16 1E E F 30 49
Octal 333 252 231 0 26 36 16 17 60 111
Binary 11011011 10101010 10011001 0 10110 11110 1110 1111 110000 1001001

Color Harmonies of #DBAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA99

Black with #DBAA99

Text Example


Text Example

White with #DBAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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