#DF7874

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

Shades of Geraldine #DF7874

Tints of Geraldine #DF7874

Color information

#DF7874 (or 0xDF7874) is unknown color: approx Geraldine. HEX triplet: DF, 78 and 74. RGB value is (223,120,116). Sum of RGB (Red+Green+Blue) = 223+120+116=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7874 is #20878B. Grayscale: #969696. Windows color (decimal): -2131852 or 7633119. OLE color: 7633119.

HSL color Cylindrical-coordinate representation of color #DF7874: hue angle of 2.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7874 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB223120116-
CMYK00.460.480.13
HSL2.24º62.57%66.47%-
HSV(B)2.24º47.98%87.45%-
XYZ40.330.3820.26-
YUV150.34108.62179.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=48.58%
G=26.14%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312011600.460.480.132.2462.5766.47
HexDF787402E30D23f42
Octal3371701640566015277102
Binary110111111111000111010001011101100001101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7874; }

 p { color: rgb(223,120,116); }

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

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

 a { background-color: rgb(223,120,116); }

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

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

 span { border-color: rgb(223,120,116); }

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