#DBA392

Color #DBA392 Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DBA392

Tints of Rose #DBA392

Color information

#DBA392 (or 0xDBA392) is unknown color: approx Rose. HEX triplet: DB, A3 and 92. RGB value is (219,163,146). Sum of RGB (Red+Green+Blue) = 219+163+146=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA392 is #245C6D. Grayscale: #B1B1B1. Windows color (decimal): -2382958 or 9610203. OLE color: 9610203.

HSL color Cylindrical-coordinate representation of color #DBA392: hue angle of 13.97º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA392 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB219163146-
CMYK00.260.330.14
HSL13.97º50.34%71.57%-
HSV(B)13.97º33.33%85.88%-
XYZ47.543.3333.05-
YUV177.81110.05157.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=41.48%
G=30.87%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916314600.260.330.1413.9750.3471.57
HexDBA39201A21Ee3248
Octal33324322203241161662110
Binary110110111010001110010010011010100001111011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA392; }

 p { color: rgb(219,163,146); }

 H1.HeaderClassName
 {
   color: #DBA392;
 }
 .AnyTagClassName
 {
   color: #DBA392;
 }
</style>
background-color css

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

 a { background-color: rgb(219,163,146); }

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

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

 span { border-color: rgb(219,163,146); }

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