#DD726C

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

Shades of Geraldine #DD726C

Tints of Geraldine #DD726C

Color information

#DD726C (or 0xDD726C) is unknown color: approx Geraldine. HEX triplet: DD, 72 and 6C. RGB value is (221,114,108). Sum of RGB (Red+Green+Blue) = 221+114+108=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD726C is #228D93. Grayscale: #919191. Windows color (decimal): -2264468 or 7107293. OLE color: 7107293.

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

Color convert

RGB221114108-
CMYK00.480.510.13
HSL3.19º62.43%64.51%-
HSV(B)3.19º51.13%86.67%-
XYZ38.5428.4917.65-
YUV145.31106.95181.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=49.89%
G=25.73%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111410800.480.510.133.1962.4364.51
HexDD726C03033D33e41
Octal3351621540606315376101
Binary110111011110010110110001100001100111101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD726C; }

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

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

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

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

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

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

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

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