#de756d

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

Shades of Geraldine #DE756D

Tints of Geraldine #DE756D

Color information

#DE756D (or 0xDE756D) is unknown color: approx Geraldine. HEX triplet: DE, 75 and 6D. RGB value is (222,117,109). Sum of RGB (Red+Green+Blue) = 222+117+109=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE756D is #218A92. Grayscale: #939393. Windows color (decimal): -2198163 or 7173598. OLE color: 7173598.

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

Color convert

RGB222117109-
CMYK00.470.510.13
HSL4.25º63.13%64.9%-
HSV(B)4.25º50.9%87.06%-
XYZ39.2529.3618.07-
YUV147.48106.29181.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=49.55%
G=26.12%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211710900.470.510.134.2563.1364.9
HexDE756D02F33D43f41
Octal3361651550576315477101
Binary1101111011101011101101010111111001111011001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de756d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de756d; }

 p { color: rgb(222,117,109); }

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

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

 a { background-color: rgb(222,117,109); }

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

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

 span { border-color: rgb(222,117,109); }

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