Html Css Color HEX #DBAD9B Rose

📋 copy color: '#DBAD9B'

red 219 ◦ green 173 ◦ blue 155

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

Shades of Rose #DBAD9B

Tints of Rose #DBAD9B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.63%

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

R = 40.04%
G = 31.63%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBAD9B (or 0xDBAD9B) is known color: Rose. HEX triplet: DB, AD and 9B. RGB value is (219,173,155). Sum of RGB (Red+Green+Blue) = 219+173+155=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD9B is #245264. Grayscale: #B8B8B8. Windows color (decimal): -2380389 or 10202587. OLE color: 10202587.

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

Color convert

RGB 219 173 155 -
CMYK 0 0.21 0.29 0.14
HSL 16.88º 0.47% 0.73% -
HSV(B) 16.88º 0.29% 0.86% -
XYZ 50.07 47.31 37.5 -
YUV 184.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 219 173 155 0 0.21 0.29 0.14 16.88 0.47 0.73
Hex DB AD 9B 0 15 1D E 11 2F 49
Octal 333 255 233 0 25 35 16 21 57 111
Binary 11011011 10101101 10011011 0 10101 11101 1110 10001 101111 1001001

Color Harmonies of #DBAD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD9B

Black with #DBAD9B

Text Example


Text Example

White with #DBAD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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