#DF766C

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

Shades of Geraldine #DF766C

Tints of Geraldine #DF766C

Color information

#DF766C (or 0xDF766C) is unknown color: approx Geraldine. HEX triplet: DF, 76 and 6C. RGB value is (223,118,108). Sum of RGB (Red+Green+Blue) = 223+118+108=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF766C is #208993. Grayscale: #949494. Windows color (decimal): -2132372 or 7108319. OLE color: 7108319.

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

Color convert

RGB223118108-
CMYK00.470.520.13
HSL5.22º64.25%64.9%-
HSV(B)5.22º51.57%87.45%-
XYZ39.6229.7317.84-
YUV148.26105.29181.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.67%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=49.67%
G=26.28%
B=24.05%

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
Decimal22311810800.470.520.135.2264.2564.9
HexDF766C02F34D54041
Octal33716615405764155100101
Binary11011111111011011011000101111110100110110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF766C; }

 p { color: rgb(223,118,108); }

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

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

 a { background-color: rgb(223,118,108); }

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

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

 span { border-color: rgb(223,118,108); }

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