Html Css Color HEX #DBA295 Rose

📋 copy color: '#DBA295'

red 219 ◦ green 162 ◦ blue 149

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

Shades of Rose #DBA295

Tints of Rose #DBA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.57%

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

R = 41.32%
G = 30.57%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBA295 (or 0xDBA295) is known color: Rose. HEX triplet: DB, A2 and 95. RGB value is (219,162,149). Sum of RGB (Red+Green+Blue) = 219+162+149=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA295 is #245D6A. Grayscale: #B1B1B1. Windows color (decimal): -2383211 or 9806555. OLE color: 9806555.

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

Color convert

RGB 219 162 149 -
CMYK 0 0.26 0.32 0.14
HSL 11.14º 0.49% 0.72% -
HSV(B) 11.14º 0.32% 0.86% -
XYZ 47.56 43.07 34.24 -
YUV 177.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 219 162 149 0 0.26 0.32 0.14 11.14 0.49 0.72
Hex DB A2 95 0 1A 20 E B 31 48
Octal 333 242 225 0 32 40 16 13 61 110
Binary 11011011 10100010 10010101 0 11010 100000 1110 1011 110001 1001000

Color Harmonies of #DBA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA295

Black with #DBA295

Text Example


Text Example

White with #DBA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA295; }

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

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

background-color css

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

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

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

border-color css

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

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

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