#DBA89C

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

Shades of Rose #DBA89C

Tints of Rose #DBA89C

Color information

#DBA89C (or 0xDBA89C) is unknown color: approx Rose. HEX triplet: DB, A8 and 9C. RGB value is (219,168,156). Sum of RGB (Red+Green+Blue) = 219+168+156=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA89C is #245763. Grayscale: #B5B5B5. Windows color (decimal): -2381668 or 10266843. OLE color: 10266843.

HSL color Cylindrical-coordinate representation of color #DBA89C: hue angle of 11.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA89C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219168156-
CMYK00.230.290.14
HSL11.43º46.67%73.53%-
HSV(B)11.43º28.77%85.88%-
XYZ49.2245.4737.63-
YUV181.88113.4154.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=40.33%
G=30.94%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916815600.230.290.1411.4346.6773.53
HexDBA89C0171DEb2f4a
Octal33325023402735161357112
Binary11011011101010001001110001011111101111010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA89C; }

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

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

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

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

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

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

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

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