#DBAC9C

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

Shades of Rose #DBAC9C

Tints of Rose #DBAC9C

Color information

#DBAC9C (or 0xDBAC9C) is unknown color: approx Rose. HEX triplet: DB, AC and 9C. RGB value is (219,172,156). Sum of RGB (Red+Green+Blue) = 219+172+156=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC9C is #245363. Grayscale: #B8B8B8. Windows color (decimal): -2380644 or 10267867. OLE color: 10267867.

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

Color convert

RGB219172156-
CMYK00.210.290.14
HSL15.24º46.67%73.53%-
HSV(B)15.24º28.77%85.88%-
XYZ49.9746.9737.88-
YUV184.23112.07152.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=40.04%
G=31.44%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917215600.210.290.1415.2446.6773.53
HexDBAC9C0151DEf2f4a
Octal33325423402535161757112
Binary11011011101011001001110001010111101111011111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC9C; }

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

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

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

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

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

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

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

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