#DD716C

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

Shades of Geraldine #DD716C

Tints of Geraldine #DD716C

Color information

#DD716C (or 0xDD716C) is unknown color: approx Geraldine. HEX triplet: DD, 71 and 6C. RGB value is (221,113,108). Sum of RGB (Red+Green+Blue) = 221+113+108=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD716C is #228E93. Grayscale: #909090. Windows color (decimal): -2264724 or 7107037. OLE color: 7107037.

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

Color convert

RGB221113108-
CMYK00.490.510.13
HSL2.65º62.43%64.51%-
HSV(B)2.65º51.13%86.67%-
XYZ38.4328.2717.62-
YUV144.72107.28182.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=50%
G=25.57%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111310800.490.510.132.6562.4364.51
HexDD716C03133D33e41
Octal3351611540616315376101
Binary110111011110001110110001100011100111101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD716C; }

 p { color: rgb(221,113,108); }

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

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

 a { background-color: rgb(221,113,108); }

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

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

 span { border-color: rgb(221,113,108); }

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