#DCA69C

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

Shades of Rose #DCA69C

Tints of Rose #DCA69C

Color information

#DCA69C (or 0xDCA69C) is unknown color: approx Rose. HEX triplet: DC, A6 and 9C. RGB value is (220,166,156). Sum of RGB (Red+Green+Blue) = 220+166+156=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA69C is #235963. Grayscale: #B5B5B5. Windows color (decimal): -2316644 or 10266332. OLE color: 10266332.

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

Color convert

RGB220166156-
CMYK00.250.290.14
HSL9.38º47.76%73.73%-
HSV(B)9.38º29.09%86.27%-
XYZ49.1544.8937.53-
YUV181.01113.89155.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=40.59%
G=30.63%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016615600.250.290.149.3847.7673.73
HexDCA69C0191DE9304a
Octal33424623403135161160112
Binary11011100101001101001110001100111101111010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA69C; }

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

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

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

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

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

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

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

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