Html Css Color HEX #DBA591 Rose

📋 copy color: '#DBA591'

red 219 ◦ green 165 ◦ blue 145

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

Shades of Rose #DBA591

Tints of Rose #DBA591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.19%

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

R = 41.4%
G = 31.19%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBA591 (or 0xDBA591) is known color: Rose. HEX triplet: DB, A5 and 91. RGB value is (219,165,145). Sum of RGB (Red+Green+Blue) = 219+165+145=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA591 is #245A6E. Grayscale: #B3B3B3. Windows color (decimal): -2382447 or 9545179. OLE color: 9545179.

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

Color convert

RGB 219 165 145 -
CMYK 0 0.25 0.34 0.14
HSL 16.22º 0.51% 0.71% -
HSV(B) 16.22º 0.34% 0.86% -
XYZ 47.78 44.01 32.77 -
YUV 178.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 219 165 145 0 0.25 0.34 0.14 16.22 0.51 0.71
Hex DB A5 91 0 19 22 E 10 33 47
Octal 333 245 221 0 31 42 16 20 63 107
Binary 11011011 10100101 10010001 0 11001 100010 1110 10000 110011 1000111

Color Harmonies of #DBA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA591

Black with #DBA591

Text Example


Text Example

White with #DBA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA591; }

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

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

background-color css

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

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

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

border-color css

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

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

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