Html Css Color HEX #DBAA95 Rose

📋 copy color: '#DBAA95'

red 219 ◦ green 170 ◦ blue 149

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

Shades of Rose #DBAA95

Tints of Rose #DBAA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 40.71%
G = 31.6%
B = 27.7%

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

#DBAA95 (or 0xDBAA95) is known color: Rose. HEX triplet: DB, AA and 95. RGB value is (219,170,149). Sum of RGB (Red+Green+Blue) = 219+170+149=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAA95 is #24556A. Grayscale: #B6B6B6. Windows color (decimal): -2381163 or 9808603. OLE color: 9808603.

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

Color convert

RGB 219 170 149 -
CMYK 0 0.22 0.32 0.14
HSL 18º 0.49% 0.72% -
HSV(B) 18º 0.32% 0.86% -
XYZ 49.01 45.98 34.73 -
YUV 182.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 219 170 149 0 0.22 0.32 0.14 18 0.49 0.72
Hex DB AA 95 0 16 20 E 12 31 48
Octal 333 252 225 0 26 40 16 22 61 110
Binary 11011011 10101010 10010101 0 10110 100000 1110 10010 110001 1001000

Color Harmonies of #DBAA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA95

Black with #DBAA95

Text Example


Text Example

White with #DBAA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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