Html Css Color HEX #DBA090 Rose

📋 copy color: '#DBA090'

red 219 ◦ green 160 ◦ blue 144

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

Shades of Rose #DBA090

Tints of Rose #DBA090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.59%

 BLUE value IS 144 (56.64% from 255) = 27.53%

R = 41.87%
G = 30.59%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DBA090 (or 0xDBA090) is known color: Rose. HEX triplet: DB, A0 and 90. RGB value is (219,160,144). Sum of RGB (Red+Green+Blue) = 219+160+144=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA090 is #245F6F. Grayscale: #AFAFAF. Windows color (decimal): -2383728 or 9478363. OLE color: 9478363.

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

Color convert

RGB 219 160 144 -
CMYK 0 0.27 0.34 0.14
HSL 12.8º 0.51% 0.71% -
HSV(B) 12.8º 0.34% 0.86% -
XYZ 46.82 42.22 32.07 -
YUV 175.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 219 160 144 0 0.27 0.34 0.14 12.8 0.51 0.71
Hex DB A0 90 0 1B 22 E D 33 47
Octal 333 240 220 0 33 42 16 15 63 107
Binary 11011011 10100000 10010000 0 11011 100010 1110 1101 110011 1000111

Color Harmonies of #DBA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA090

Black with #DBA090

Text Example


Text Example

White with #DBA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA090; }

 p { color: rgb(219,160,144); }

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

background-color css

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

 a { background-color: rgb(219,160,144); }

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

border-color css

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

 span { border-color: rgb(219,160,144); }

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