Html Css Color HEX #DBA39B Rose

📋 copy color: '#DBA39B'

red 219 ◦ green 163 ◦ blue 155

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

Shades of Rose #DBA39B

Tints of Rose #DBA39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.86%

R = 40.78%
G = 30.35%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBA39B (or 0xDBA39B) is known color: Rose. HEX triplet: DB, A3 and 9B. RGB value is (219,163,155). Sum of RGB (Red+Green+Blue) = 219+163+155=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA39B is #245C64. Grayscale: #B2B2B2. Windows color (decimal): -2382949 or 10200027. OLE color: 10200027.

HSL color Cylindrical-coordinate representation of color #DBA39B: hue angle of 7.5º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA39B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 155 -
CMYK 0 0.26 0.29 0.14
HSL 7.5º 0.47% 0.73% -
HSV(B) 7.5º 0.29% 0.86% -
XYZ 48.23 43.62 36.89 -
YUV 178.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 219 163 155 0 0.26 0.29 0.14 7.5 0.47 0.73
Hex DB A3 9B 0 1A 1D E 8 2F 49
Octal 333 243 233 0 32 35 16 10 57 111
Binary 11011011 10100011 10011011 0 11010 11101 1110 1000 101111 1001001

Color Harmonies of #DBA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA39B

Black with #DBA39B

Text Example


Text Example

White with #DBA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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