Html Css Color HEX #DBA890 Rose

📋 copy color: '#DBA890'

red 219 ◦ green 168 ◦ blue 144

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

Shades of Rose #DBA890

Tints of Rose #DBA890

RGB

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

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

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

R = 41.24%
G = 31.64%
B = 27.12%

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

#DBA890 (or 0xDBA890) is known color: Rose. HEX triplet: DB, A8 and 90. RGB value is (219,168,144). Sum of RGB (Red+Green+Blue) = 219+168+144=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA890 is #24576F. Grayscale: #B4B4B4. Windows color (decimal): -2381680 or 9480411. OLE color: 9480411.

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

Color convert

RGB 219 168 144 -
CMYK 0 0.23 0.34 0.14
HSL 19.2º 0.51% 0.71% -
HSV(B) 19.2º 0.34% 0.86% -
XYZ 48.25 45.08 32.54 -
YUV 180.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 219 168 144 0 0.23 0.34 0.14 19.2 0.51 0.71
Hex DB A8 90 0 17 22 E 13 33 47
Octal 333 250 220 0 27 42 16 23 63 107
Binary 11011011 10101000 10010000 0 10111 100010 1110 10011 110011 1000111

Color Harmonies of #DBA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA890

Black with #DBA890

Text Example


Text Example

White with #DBA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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