#DBA092

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

Shades of Rose #DBA092

Tints of Rose #DBA092

Color information

#DBA092 (or 0xDBA092) is unknown color: approx Rose. HEX triplet: DB, A0 and 92. RGB value is (219,160,146). Sum of RGB (Red+Green+Blue) = 219+160+146=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA092 is #245F6D. Grayscale: #B0B0B0. Windows color (decimal): -2383726 or 9609435. OLE color: 9609435.

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

Color convert

RGB219160146-
CMYK00.270.330.14
HSL11.51º50.34%71.57%-
HSV(B)11.51º33.33%85.88%-
XYZ46.9742.2832.88-
YUV176.04111.05158.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=41.71%
G=30.48%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916014600.270.330.1411.5150.3471.57
HexDBA09201B21Ec3248
Octal33324022203341161462110
Binary110110111010000010010010011011100001111011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA092; }

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

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

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

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

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

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

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

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