Html Css Color HEX #DBA995 Rose

📋 copy color: '#DBA995'

red 219 ◦ green 169 ◦ blue 149

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

Shades of Rose #DBA995

Tints of Rose #DBA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.47%

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

R = 40.78%
G = 31.47%
B = 27.75%

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

#DBA995 (or 0xDBA995) is known color: Rose. HEX triplet: DB, A9 and 95. RGB value is (219,169,149). Sum of RGB (Red+Green+Blue) = 219+169+149=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA995 is #24566A. Grayscale: #B5B5B5. Windows color (decimal): -2381419 or 9808347. OLE color: 9808347.

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

Color convert

RGB 219 169 149 -
CMYK 0 0.23 0.32 0.14
HSL 17.14º 0.49% 0.72% -
HSV(B) 17.14º 0.32% 0.86% -
XYZ 48.83 45.61 34.66 -
YUV 181.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 219 169 149 0 0.23 0.32 0.14 17.14 0.49 0.72
Hex DB A9 95 0 17 20 E 11 31 48
Octal 333 251 225 0 27 40 16 21 61 110
Binary 11011011 10101001 10010101 0 10111 100000 1110 10001 110001 1001000

Color Harmonies of #DBA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA995

Black with #DBA995

Text Example


Text Example

White with #DBA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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