#DC7370

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

Shades of Geraldine #DC7370

Tints of Geraldine #DC7370

Color information

#DC7370 (or 0xDC7370) is unknown color: approx Geraldine. HEX triplet: DC, 73 and 70. RGB value is (220,115,112). Sum of RGB (Red+Green+Blue) = 220+115+112=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7370 is #238C8F. Grayscale: #929292. Windows color (decimal): -2329744 or 7369692. OLE color: 7369692.

HSL color Cylindrical-coordinate representation of color #DC7370: hue angle of 1.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7370 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220115112-
CMYK00.480.490.14
HSL1.67º60.67%65.1%-
HSV(B)1.67º49.09%86.27%-
XYZ38.5728.6518.83-
YUV146.05108.79180.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=49.22%
G=25.73%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011511200.480.490.141.6760.6765.1
HexDC737003031E23d41
Octal3341631600606116275101
Binary110111001110011111000001100001100011110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7370; }

 p { color: rgb(220,115,112); }

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

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

 a { background-color: rgb(220,115,112); }

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

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

 span { border-color: rgb(220,115,112); }

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