Html Css Color HEX #DBAA9B Rose

📋 copy color: '#DBAA9B'

red 219 ◦ green 170 ◦ blue 155

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

Shades of Rose #DBAA9B

Tints of Rose #DBAA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.49%

R = 40.26%
G = 31.25%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBAA9B (or 0xDBAA9B) is known color: Rose. HEX triplet: DB, AA and 9B. RGB value is (219,170,155). Sum of RGB (Red+Green+Blue) = 219+170+155=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA9B is #245564. Grayscale: #B7B7B7. Windows color (decimal): -2381157 or 10201819. OLE color: 10201819.

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

Color convert

RGB 219 170 155 -
CMYK 0 0.22 0.29 0.14
HSL 14.06º 0.47% 0.73% -
HSV(B) 14.06º 0.29% 0.86% -
XYZ 49.5 46.18 37.31 -
YUV 182.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 219 170 155 0 0.22 0.29 0.14 14.06 0.47 0.73
Hex DB AA 9B 0 16 1D E E 2F 49
Octal 333 252 233 0 26 35 16 16 57 111
Binary 11011011 10101010 10011011 0 10110 11101 1110 1110 101111 1001001

Color Harmonies of #DBAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA9B

Black with #DBAA9B

Text Example


Text Example

White with #DBAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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