Html Css Color HEX #DBAB94 Rose

📋 copy color: '#DBAB94'

red 219 ◦ green 171 ◦ blue 148

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

Shades of Rose #DBAB94

Tints of Rose #DBAB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.51%

R = 40.71%
G = 31.78%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBAB94 (or 0xDBAB94) is known color: Rose. HEX triplet: DB, AB and 94. RGB value is (219,171,148). Sum of RGB (Red+Green+Blue) = 219+171+148=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB94 is #24546B. Grayscale: #B6B6B6. Windows color (decimal): -2380908 or 9743323. OLE color: 9743323.

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

Color convert

RGB 219 171 148 -
CMYK 0 0.22 0.32 0.14
HSL 19.44º 0.5% 0.72% -
HSV(B) 19.44º 0.32% 0.86% -
XYZ 49.12 46.32 34.37 -
YUV 182.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 219 171 148 0 0.22 0.32 0.14 19.44 0.5 0.72
Hex DB AB 94 0 16 20 E 13 32 48
Octal 333 253 224 0 26 40 16 23 62 110
Binary 11011011 10101011 10010100 0 10110 100000 1110 10011 110010 1001000

Color Harmonies of #DBAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB94

Black with #DBAB94

Text Example


Text Example

White with #DBAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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