Html Css Color HEX #DBAB96 Rose

📋 copy color: '#DBAB96'

red 219 ◦ green 171 ◦ blue 150

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

Shades of Rose #DBAB96

Tints of Rose #DBAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.78%

R = 40.56%
G = 31.67%
B = 27.78%

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

#DBAB96 (or 0xDBAB96) is known color: Rose. HEX triplet: DB, AB and 96. RGB value is (219,171,150). Sum of RGB (Red+Green+Blue) = 219+171+150=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAB96 is #245469. Grayscale: #B7B7B7. Windows color (decimal): -2380906 or 9874395. OLE color: 9874395.

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

Color convert

RGB 219 171 150 -
CMYK 0 0.22 0.32 0.14
HSL 18.26º 0.49% 0.72% -
HSV(B) 18.26º 0.32% 0.86% -
XYZ 49.28 46.39 35.21 -
YUV 182.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 219 171 150 0 0.22 0.32 0.14 18.26 0.49 0.72
Hex DB AB 96 0 16 20 E 12 31 48
Octal 333 253 226 0 26 40 16 22 61 110
Binary 11011011 10101011 10010110 0 10110 100000 1110 10010 110001 1001000

Color Harmonies of #DBAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB96

Black with #DBAB96

Text Example


Text Example

White with #DBAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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