Html Css Color HEX #DBA891 Rose

📋 copy color: '#DBA891'

red 219 ◦ green 168 ◦ blue 145

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

Shades of Rose #DBA891

Tints of Rose #DBA891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 41.17%
G = 31.58%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBA891 (or 0xDBA891) is known color: Rose. HEX triplet: DB, A8 and 91. RGB value is (219,168,145). Sum of RGB (Red+Green+Blue) = 219+168+145=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA891 is #24576E. Grayscale: #B4B4B4. Windows color (decimal): -2381679 or 9545947. OLE color: 9545947.

HSL color Cylindrical-coordinate representation of color #DBA891: hue angle of 18.65º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA891 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 145 -
CMYK 0 0.23 0.34 0.14
HSL 18.65º 0.51% 0.71% -
HSV(B) 18.65º 0.34% 0.86% -
XYZ 48.33 45.11 32.95 -
YUV 180.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 219 168 145 0 0.23 0.34 0.14 18.65 0.51 0.71
Hex DB A8 91 0 17 22 E 13 33 47
Octal 333 250 221 0 27 42 16 23 63 107
Binary 11011011 10101000 10010001 0 10111 100010 1110 10011 110011 1000111

Color Harmonies of #DBA891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA891

Black with #DBA891

Text Example


Text Example

White with #DBA891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA891; }

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

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

background-color css

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

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

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

border-color css

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

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

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