#DFA598

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

Shades of Rose #DFA598

Tints of Rose #DFA598

Color information

#DFA598 (or 0xDFA598) is unknown color: approx Rose. HEX triplet: DF, A5 and 98. RGB value is (223,165,152). Sum of RGB (Red+Green+Blue) = 223+165+152=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA598 is #205A67. Grayscale: #B4B4B4. Windows color (decimal): -2120296 or 10003935. OLE color: 10003935.

HSL color Cylindrical-coordinate representation of color #DFA598: hue angle of 10.99º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA598 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223165152-
CMYK00.260.320.13
HSL10.99º52.59%73.53%-
HSV(B)10.99º31.84%87.45%-
XYZ49.5544.8735.75-
YUV180.86111.72158.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=41.30%
G=30.56%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316515200.260.320.1310.9952.5973.53
HexDFA59801A20Db354a
Octal33724523003240151365112
Binary110111111010010110011000011010100000110110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA598; }

 p { color: rgb(223,165,152); }

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

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

 a { background-color: rgb(223,165,152); }

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

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

 span { border-color: rgb(223,165,152); }

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