#DF786A

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

Shades of Geraldine #DF786A

Tints of Geraldine #DF786A

Color information

#DF786A (or 0xDF786A) is unknown color: approx Geraldine. HEX triplet: DF, 78 and 6A. RGB value is (223,120,106). Sum of RGB (Red+Green+Blue) = 223+120+106=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF786A is #208795. Grayscale: #959595. Windows color (decimal): -2131862 or 6977759. OLE color: 6977759.

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

Color convert

RGB223120106-
CMYK00.460.520.13
HSL7.18º64.64%64.51%-
HSV(B)7.18º52.47%87.45%-
XYZ39.7530.1617.36-
YUV149.2103.62180.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.67%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=49.67%
G=26.73%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312010600.460.520.137.1864.6464.51
HexDF786A02E34D74141
Octal33717015205664157101101
Binary11011111111100011010100101110110100110111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF786A; }

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

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

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

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

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

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

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

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