#DBA69C

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

Shades of Rose #DBA69C

Tints of Rose #DBA69C

Color information

#DBA69C (or 0xDBA69C) is unknown color: approx Rose. HEX triplet: DB, A6 and 9C. RGB value is (219,166,156). Sum of RGB (Red+Green+Blue) = 219+166+156=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA69C is #245963. Grayscale: #B4B4B4. Windows color (decimal): -2382180 or 10266331. OLE color: 10266331.

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

Color convert

RGB219166156-
CMYK00.240.290.14
HSL9.52º46.67%73.53%-
HSV(B)9.52º28.77%85.88%-
XYZ48.8544.7337.51-
YUV180.71114.06155.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=40.48%
G=30.68%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916615600.240.290.149.5246.6773.53
HexDBA69C0181DEa2f4a
Octal33324623403035161257112
Binary11011011101001101001110001100011101111010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA69C; }

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

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

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

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

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

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

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

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