#DC746F

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

Shades of Geraldine #DC746F

Tints of Geraldine #DC746F

Color information

#DC746F (or 0xDC746F) is unknown color: approx Geraldine. HEX triplet: DC, 74 and 6F. RGB value is (220,116,111). Sum of RGB (Red+Green+Blue) = 220+116+111=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC746F is #238B90. Grayscale: #929292. Windows color (decimal): -2329489 or 7304412. OLE color: 7304412.

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

Color convert

RGB220116111-
CMYK00.470.500.14
HSL2.75º60.89%64.9%-
HSV(B)2.75º49.55%86.27%-
XYZ38.6328.8518.57-
YUV146.53107.96180.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=49.22%
G=25.95%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011611100.470.500.142.7560.8964.9
HexDC746F02F32E33d41
Octal3341641570576216375101
Binary110111001110100110111101011111100101110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC746F; }

 p { color: rgb(220,116,111); }

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

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

 a { background-color: rgb(220,116,111); }

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

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

 span { border-color: rgb(220,116,111); }

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