Html Css Color HEX #DBA395 Rose

📋 copy color: '#DBA395'

red 219 ◦ green 163 ◦ blue 149

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

Shades of Rose #DBA395

Tints of Rose #DBA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.7%

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

R = 41.24%
G = 30.7%
B = 28.06%

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

#DBA395 (or 0xDBA395) is known color: Rose. HEX triplet: DB, A3 and 95. RGB value is (219,163,149). Sum of RGB (Red+Green+Blue) = 219+163+149=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA395 is #245C6A. Grayscale: #B2B2B2. Windows color (decimal): -2382955 or 9806811. OLE color: 9806811.

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

Color convert

RGB 219 163 149 -
CMYK 0 0.26 0.32 0.14
HSL 12º 0.49% 0.72% -
HSV(B) 12º 0.32% 0.86% -
XYZ 47.74 43.42 34.3 -
YUV 178.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 219 163 149 0 0.26 0.32 0.14 12 0.49 0.72
Hex DB A3 95 0 1A 20 E C 31 48
Octal 333 243 225 0 32 40 16 14 61 110
Binary 11011011 10100011 10010101 0 11010 100000 1110 1100 110001 1001000

Color Harmonies of #DBA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA395

Black with #DBA395

Text Example


Text Example

White with #DBA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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