#DBAC96

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

Shades of Rose #DBAC96

Tints of Rose #DBAC96

Color information

#DBAC96 (or 0xDBAC96) is unknown color: approx Rose. HEX triplet: DB, AC and 96. RGB value is (219,172,150). Sum of RGB (Red+Green+Blue) = 219+172+150=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC96 is #245369. Grayscale: #B7B7B7. Windows color (decimal): -2380650 or 9874651. OLE color: 9874651.

HSL color Cylindrical-coordinate representation of color #DBAC96: hue angle of 19.13º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBAC96 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219172150-
CMYK00.210.320.14
HSL19.13º48.94%72.35%-
HSV(B)19.13º31.51%85.88%-
XYZ49.4746.7735.27-
YUV183.54109.07153.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=40.48%
G=31.79%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917215000.210.320.1419.1348.9472.35
HexDBAC9601520E133148
Octal33325422602540162361110
Binary1101101110101100100101100101011000001110100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC96; }

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

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

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

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

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

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

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

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