#dfa39c

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

Shades of Rose #DFA39C

Tints of Rose #DFA39C

Color information

#DFA39C (or 0xDFA39C) is unknown color: approx Rose. HEX triplet: DF, A3 and 9C. RGB value is (223,163,156). Sum of RGB (Red+Green+Blue) = 223+163+156=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA39C is #205C63. Grayscale: #B4B4B4. Windows color (decimal): -2120804 or 10265567. OLE color: 10265567.

HSL color Cylindrical-coordinate representation of color #DFA39C: hue angle of 6.27º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA39C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223163156-
CMYK00.270.300.13
HSL6.27º51.15%74.31%-
HSV(B)6.27º30.04%87.45%-
XYZ49.5344.2837.39-
YUV180.14114.38158.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 163 (64.06% from 255) = 30.07%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=41.14%
G=30.07%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316315600.270.300.136.2751.1574.31
HexDFA39C01B1ED6334a
Octal3372432340333615663112
Binary1101111110100011100111000110111111011011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa39c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa39c; }

 p { color: rgb(223,163,156); }

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

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

 a { background-color: rgb(223,163,156); }

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

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

 span { border-color: rgb(223,163,156); }

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