Html Css Color HEX #DBA991 Rose

📋 copy color: '#DBA991'

red 219 ◦ green 169 ◦ blue 145

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

Shades of Rose #DBA991

Tints of Rose #DBA991

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.71%

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

R = 41.09%
G = 31.71%
B = 27.2%

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

#DBA991 (or 0xDBA991) is known color: Rose. HEX triplet: DB, A9 and 91. RGB value is (219,169,145). Sum of RGB (Red+Green+Blue) = 219+169+145=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA991 is #24566E. Grayscale: #B5B5B5. Windows color (decimal): -2381423 or 9546203. OLE color: 9546203.

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

Color convert

RGB 219 169 145 -
CMYK 0 0.23 0.34 0.14
HSL 19.46º 0.51% 0.71% -
HSV(B) 19.46º 0.34% 0.86% -
XYZ 48.51 45.48 33.01 -
YUV 181.21 107.57 154.95 -
System Red Green Blue C M Y K H S L
Decimal 219 169 145 0 0.23 0.34 0.14 19.46 0.51 0.71
Hex DB A9 91 0 17 22 E 13 33 47
Octal 333 251 221 0 27 42 16 23 63 107
Binary 11011011 10101001 10010001 0 10111 100010 1110 10011 110011 1000111

Color Harmonies of #DBA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA991

Black with #DBA991

Text Example


Text Example

White with #DBA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA991; }

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

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

background-color css

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

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

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

border-color css

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

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

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