Html Css Color HEX #DBA095 Rose

📋 copy color: '#DBA095'

red 219 ◦ green 160 ◦ blue 149

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

Shades of Rose #DBA095

Tints of Rose #DBA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 41.48%
G = 30.3%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBA095 (or 0xDBA095) is known color: Rose. HEX triplet: DB, A0 and 95. RGB value is (219,160,149). Sum of RGB (Red+Green+Blue) = 219+160+149=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA095 is #245F6A. Grayscale: #B0B0B0. Windows color (decimal): -2383723 or 9806043. OLE color: 9806043.

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

Color convert

RGB 219 160 149 -
CMYK 0 0.27 0.32 0.14
HSL 9.43º 0.49% 0.72% -
HSV(B) 9.43º 0.32% 0.86% -
XYZ 47.21 42.37 34.12 -
YUV 176.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 219 160 149 0 0.27 0.32 0.14 9.43 0.49 0.72
Hex DB A0 95 0 1B 20 E 9 31 48
Octal 333 240 225 0 33 40 16 11 61 110
Binary 11011011 10100000 10010101 0 11011 100000 1110 1001 110001 1001000

Color Harmonies of #DBA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA095

Black with #DBA095

Text Example


Text Example

White with #DBA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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