Html Css Color HEX #DBAA96 Rose

📋 copy color: '#DBAA96'

red 219 ◦ green 170 ◦ blue 150

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

Shades of Rose #DBAA96

Tints of Rose #DBAA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.54%

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

R = 40.63%
G = 31.54%
B = 27.83%

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

#DBAA96 (or 0xDBAA96) is known color: Rose. HEX triplet: DB, AA and 96. RGB value is (219,170,150). Sum of RGB (Red+Green+Blue) = 219+170+150=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA96 is #245569. Grayscale: #B6B6B6. Windows color (decimal): -2381162 or 9874139. OLE color: 9874139.

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

Color convert

RGB 219 170 150 -
CMYK 0 0.22 0.32 0.14
HSL 17.39º 0.49% 0.72% -
HSV(B) 17.39º 0.32% 0.86% -
XYZ 49.09 46.01 35.15 -
YUV 182.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 219 170 150 0 0.22 0.32 0.14 17.39 0.49 0.72
Hex DB AA 96 0 16 20 E 11 31 48
Octal 333 252 226 0 26 40 16 21 61 110
Binary 11011011 10101010 10010110 0 10110 100000 1110 10001 110001 1001000

Color Harmonies of #DBAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA96

Black with #DBAA96

Text Example


Text Example

White with #DBAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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