Html Css Color HEX #DBA79B Rose

📋 copy color: '#DBA79B'

red 219 ◦ green 167 ◦ blue 155

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

Shades of Rose #DBA79B

Tints of Rose #DBA79B

RGB

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

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

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

R = 40.48%
G = 30.87%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBA79B (or 0xDBA79B) is known color: Rose. HEX triplet: DB, A7 and 9B. RGB value is (219,167,155). Sum of RGB (Red+Green+Blue) = 219+167+155=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA79B is #245864. Grayscale: #B5B5B5. Windows color (decimal): -2381925 or 10201051. OLE color: 10201051.

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

Color convert

RGB 219 167 155 -
CMYK 0 0.24 0.29 0.14
HSL 11.25º 0.47% 0.73% -
HSV(B) 11.25º 0.29% 0.86% -
XYZ 48.95 45.06 37.13 -
YUV 181.18 113.23 154.98 -
System Red Green Blue C M Y K H S L
Decimal 219 167 155 0 0.24 0.29 0.14 11.25 0.47 0.73
Hex DB A7 9B 0 18 1D E B 2F 49
Octal 333 247 233 0 30 35 16 13 57 111
Binary 11011011 10100111 10011011 0 11000 11101 1110 1011 101111 1001001

Color Harmonies of #DBA79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA79B

Black with #DBA79B

Text Example


Text Example

White with #DBA79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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