Html Css Color HEX #DBA895 Rose

📋 copy color: '#DBA895'

red 219 ◦ green 168 ◦ blue 149

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

Shades of Rose #DBA895

Tints of Rose #DBA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.34%

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

R = 40.86%
G = 31.34%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBA895 (or 0xDBA895) is known color: Rose. HEX triplet: DB, A8 and 95. RGB value is (219,168,149). Sum of RGB (Red+Green+Blue) = 219+168+149=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA895 is #24576A. Grayscale: #B5B5B5. Windows color (decimal): -2381675 or 9808091. OLE color: 9808091.

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

Color convert

RGB 219 168 149 -
CMYK 0 0.23 0.32 0.14
HSL 16.29º 0.49% 0.72% -
HSV(B) 16.29º 0.32% 0.86% -
XYZ 48.64 45.24 34.6 -
YUV 181.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 219 168 149 0 0.23 0.32 0.14 16.29 0.49 0.72
Hex DB A8 95 0 17 20 E 10 31 48
Octal 333 250 225 0 27 40 16 20 61 110
Binary 11011011 10101000 10010101 0 10111 100000 1110 10000 110001 1001000

Color Harmonies of #DBA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA895

Black with #DBA895

Text Example


Text Example

White with #DBA895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA895; }

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

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

background-color css

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

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

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

border-color css

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

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

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