#df6f6e

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

Shades of Geraldine #DF6F6E

Tints of Geraldine #DF6F6E

Color information

#DF6F6E (or 0xDF6F6E) is unknown color: approx Geraldine. HEX triplet: DF, 6F and 6E. RGB value is (223,111,110). Sum of RGB (Red+Green+Blue) = 223+111+110=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6F6E is #209091. Grayscale: #909090. Windows color (decimal): -2134162 or 7237599. OLE color: 7237599.

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

Color convert

RGB223111110-
CMYK00.500.510.13
HSL0.53º63.84%65.29%-
HSV(B)0.53º50.67%87.45%-
XYZ38.9328.1818.14-
YUV144.37108.61184.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=50.23%
G=25%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311111000.500.510.130.5363.8465.29
HexDF6F6E03233D14041
Octal33715715606263151100101
Binary110111111101111110111001100101100111101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6f6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6f6e; }

 p { color: rgb(223,111,110); }

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

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

 a { background-color: rgb(223,111,110); }

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

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

 span { border-color: rgb(223,111,110); }

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