Html Css Color HEX #DBAA9D Rose

📋 copy color: '#DBAA9D'

red 219 ◦ green 170 ◦ blue 157

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

Shades of Rose #DBAA9D

Tints of Rose #DBAA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.75%

R = 40.11%
G = 31.14%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBAA9D (or 0xDBAA9D) is known color: Rose. HEX triplet: DB, AA and 9D. RGB value is (219,170,157). Sum of RGB (Red+Green+Blue) = 219+170+157=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA9D is #245562. Grayscale: #B7B7B7. Windows color (decimal): -2381155 or 10332891. OLE color: 10332891.

HSL color Cylindrical-coordinate representation of color #DBAA9D: hue angle of 12.58º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAA9D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 157 -
CMYK 0 0.22 0.28 0.14
HSL 12.58º 0.46% 0.74% -
HSV(B) 12.58º 0.28% 0.86% -
XYZ 49.67 46.24 38.21 -
YUV 183.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 219 170 157 0 0.22 0.28 0.14 12.58 0.46 0.74
Hex DB AA 9D 0 16 1C E D 2E 4A
Octal 333 252 235 0 26 34 16 15 56 112
Binary 11011011 10101010 10011101 0 10110 11100 1110 1101 101110 1001010

Color Harmonies of #DBAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA9D

Black with #DBAA9D

Text Example


Text Example

White with #DBAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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