#DCA69B

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

Shades of Rose #DCA69B

Tints of Rose #DCA69B

Color information

#DCA69B (or 0xDCA69B) is unknown color: approx Rose. HEX triplet: DC, A6 and 9B. RGB value is (220,166,155). Sum of RGB (Red+Green+Blue) = 220+166+155=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA69B is #235964. Grayscale: #B4B4B4. Windows color (decimal): -2316645 or 10200796. OLE color: 10200796.

HSL color Cylindrical-coordinate representation of color #DCA69B: hue angle of 10.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA69B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220166155-
CMYK00.250.300.14
HSL10.15º48.15%73.53%-
HSV(B)10.15º29.55%86.27%-
XYZ49.0744.8537.08-
YUV180.89113.39155.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 166 (65.23% from 255) = 30.68%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=40.67%
G=30.68%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016615500.250.300.1410.1548.1573.53
HexDCA69B0191EEa304a
Octal33424623303136161260112
Binary11011100101001101001101101100111110111010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA69B; }

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

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

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

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

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

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

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

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