Html Css Color HEX #DBAB98 Rose

📋 copy color: '#DBAB98'

red 219 ◦ green 171 ◦ blue 152

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

Shades of Rose #DBAB98

Tints of Rose #DBAB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.04%

R = 40.41%
G = 31.55%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBAB98 (or 0xDBAB98) is known color: Rose. HEX triplet: DB, AB and 98. RGB value is (219,171,152). Sum of RGB (Red+Green+Blue) = 219+171+152=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB98 is #245467. Grayscale: #B7B7B7. Windows color (decimal): -2380904 or 10005467. OLE color: 10005467.

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

Color convert

RGB 219 171 152 -
CMYK 0 0.22 0.31 0.14
HSL 17.01º 0.48% 0.73% -
HSV(B) 17.01º 0.31% 0.86% -
XYZ 49.44 46.45 36.07 -
YUV 183.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 219 171 152 0 0.22 0.31 0.14 17.01 0.48 0.73
Hex DB AB 98 0 16 1F E 11 30 49
Octal 333 253 230 0 26 37 16 21 60 111
Binary 11011011 10101011 10011000 0 10110 11111 1110 10001 110000 1001001

Color Harmonies of #DBAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB98

Black with #DBAB98

Text Example


Text Example

White with #DBAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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