Html Css Color HEX #DBAB9B Rose

📋 copy color: '#DBAB9B'

red 219 ◦ green 171 ◦ blue 155

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

Shades of Rose #DBAB9B

Tints of Rose #DBAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.38%

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

R = 40.18%
G = 31.38%
B = 28.44%

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

#DBAB9B (or 0xDBAB9B) is known color: Rose. HEX triplet: DB, AB and 9B. RGB value is (219,171,155). Sum of RGB (Red+Green+Blue) = 219+171+155=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB9B is #245464. Grayscale: #B7B7B7. Windows color (decimal): -2380901 or 10202075. OLE color: 10202075.

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

Color convert

RGB 219 171 155 -
CMYK 0 0.22 0.29 0.14
HSL 15º 0.47% 0.73% -
HSV(B) 15º 0.29% 0.86% -
XYZ 49.69 46.55 37.38 -
YUV 183.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 219 171 155 0 0.22 0.29 0.14 15 0.47 0.73
Hex DB AB 9B 0 16 1D E F 2F 49
Octal 333 253 233 0 26 35 16 17 57 111
Binary 11011011 10101011 10011011 0 10110 11101 1110 1111 101111 1001001

Color Harmonies of #DBAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB9B

Black with #DBAB9B

Text Example


Text Example

White with #DBAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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