#DF776A

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

Shades of Geraldine #DF776A

Tints of Geraldine #DF776A

Color information

#DF776A (or 0xDF776A) is unknown color: approx Geraldine. HEX triplet: DF, 77 and 6A. RGB value is (223,119,106). Sum of RGB (Red+Green+Blue) = 223+119+106=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF776A is #208895. Grayscale: #949494. Windows color (decimal): -2132118 or 6977503. OLE color: 6977503.

HSL color Cylindrical-coordinate representation of color #DF776A: hue angle of 6.67º 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 #DF776A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223119106-
CMYK00.470.520.13
HSL6.67º64.64%64.51%-
HSV(B)6.67º52.47%87.45%-
XYZ39.6329.9217.32-
YUV148.61103.96181.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.78%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=49.78%
G=26.56%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311910600.470.520.136.6764.6464.51
HexDF776A02F34D74141
Octal33716715205764157101101
Binary11011111111011111010100101111110100110111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF776A; }

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

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

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

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

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

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

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

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