#DBA69A

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

Shades of Rose #DBA69A

Tints of Rose #DBA69A

Color information

#DBA69A (or 0xDBA69A) is unknown color: approx Rose. HEX triplet: DB, A6 and 9A. RGB value is (219,166,154). Sum of RGB (Red+Green+Blue) = 219+166+154=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA69A is #245965. Grayscale: #B4B4B4. Windows color (decimal): -2382182 or 10135259. OLE color: 10135259.

HSL color Cylindrical-coordinate representation of color #DBA69A: hue angle of 11.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA69A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219166154-
CMYK00.240.300.14
HSL11.08º47.45%73.14%-
HSV(B)11.08º29.68%85.88%-
XYZ48.6844.6736.63-
YUV180.48113.06155.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=40.63%
G=30.80%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916615400.240.300.1411.0847.4573.14
HexDBA69A0181EEb2f49
Octal33324623203036161357111
Binary11011011101001101001101001100011110111010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA69A; }

 p { color: rgb(219,166,154); }

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

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

 a { background-color: rgb(219,166,154); }

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

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

 span { border-color: rgb(219,166,154); }

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