Html Css Color HEX #DBA89B Rose

📋 copy color: '#DBA89B'

red 219 ◦ green 168 ◦ blue 155

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

Shades of Rose #DBA89B

Tints of Rose #DBA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31%

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

R = 40.41%
G = 31%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBA89B (or 0xDBA89B) is known color: Rose. HEX triplet: DB, A8 and 9B. RGB value is (219,168,155). Sum of RGB (Red+Green+Blue) = 219+168+155=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA89B is #245764. Grayscale: #B5B5B5. Windows color (decimal): -2381669 or 10201307. OLE color: 10201307.

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

Color convert

RGB 219 168 155 -
CMYK 0 0.23 0.29 0.14
HSL 12.19º 0.47% 0.73% -
HSV(B) 12.19º 0.29% 0.86% -
XYZ 49.13 45.43 37.19 -
YUV 181.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 219 168 155 0 0.23 0.29 0.14 12.19 0.47 0.73
Hex DB A8 9B 0 17 1D E C 2F 49
Octal 333 250 233 0 27 35 16 14 57 111
Binary 11011011 10101000 10011011 0 10111 11101 1110 1100 101111 1001001

Color Harmonies of #DBA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA89B

Black with #DBA89B

Text Example


Text Example

White with #DBA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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