Html Css Color HEX #DBAC99 Rose

📋 copy color: '#DBAC99'

red 219 ◦ green 172 ◦ blue 153

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

Shades of Rose #DBAC99

Tints of Rose #DBAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

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

R = 40.26%
G = 31.62%
B = 28.13%

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

#DBAC99 (or 0xDBAC99) is known color: Rose. HEX triplet: DB, AC and 99. RGB value is (219,172,153). Sum of RGB (Red+Green+Blue) = 219+172+153=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC99 is #245366. Grayscale: #B8B8B8. Windows color (decimal): -2380647 or 10071259. OLE color: 10071259.

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

Color convert

RGB 219 172 153 -
CMYK 0 0.21 0.30 0.14
HSL 17.27º 0.48% 0.73% -
HSV(B) 17.27º 0.3% 0.86% -
XYZ 49.72 46.87 36.56 -
YUV 183.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 219 172 153 0 0.21 0.30 0.14 17.27 0.48 0.73
Hex DB AC 99 0 15 1E E 11 30 49
Octal 333 254 231 0 25 36 16 21 60 111
Binary 11011011 10101100 10011001 0 10101 11110 1110 10001 110000 1001001

Color Harmonies of #DBAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC99

Black with #DBAC99

Text Example


Text Example

White with #DBAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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