#DBA18D

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

Shades of Rose #DBA18D

Tints of Rose #DBA18D

Color information

#DBA18D (or 0xDBA18D) is unknown color: approx Rose. HEX triplet: DB, A1 and 8D. RGB value is (219,161,141). Sum of RGB (Red+Green+Blue) = 219+161+141=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA18D is #245E72. Grayscale: #B0B0B0. Windows color (decimal): -2383475 or 9282011. OLE color: 9282011.

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

Color convert

RGB219161141-
CMYK00.260.360.14
HSL15.38º52%70.59%-
HSV(B)15.38º35.62%85.88%-
XYZ46.7742.4730.93-
YUV176.06108.22158.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=42.03%
G=30.90%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916114100.260.360.1415.385270.59
HexDBA18D01A24Ef3447
Octal33324121503244161764107
Binary110110111010000110001101011010100100111011111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA18D; }

 p { color: rgb(219,161,141); }

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

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

 a { background-color: rgb(219,161,141); }

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

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

 span { border-color: rgb(219,161,141); }

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