Html Css Color HEX #DBA795 Rose

📋 copy color: '#DBA795'

red 219 ◦ green 167 ◦ blue 149

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

Shades of Rose #DBA795

Tints of Rose #DBA795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.21%

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

R = 40.93%
G = 31.21%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBA795 (or 0xDBA795) is known color: Rose. HEX triplet: DB, A7 and 95. RGB value is (219,167,149). Sum of RGB (Red+Green+Blue) = 219+167+149=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA795 is #24586A. Grayscale: #B4B4B4. Windows color (decimal): -2381931 or 9807835. OLE color: 9807835.

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

Color convert

RGB 219 167 149 -
CMYK 0 0.24 0.32 0.14
HSL 15.43º 0.49% 0.72% -
HSV(B) 15.43º 0.32% 0.86% -
XYZ 48.46 44.87 34.54 -
YUV 180.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 219 167 149 0 0.24 0.32 0.14 15.43 0.49 0.72
Hex DB A7 95 0 18 20 E F 31 48
Octal 333 247 225 0 30 40 16 17 61 110
Binary 11011011 10100111 10010101 0 11000 100000 1110 1111 110001 1001000

Color Harmonies of #DBA795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA795

Black with #DBA795

Text Example


Text Example

White with #DBA795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA795; }

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

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

background-color css

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

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

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

border-color css

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

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

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