#DD726D

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

Shades of Geraldine #DD726D

Tints of Geraldine #DD726D

Color information

#DD726D (or 0xDD726D) is unknown color: approx Geraldine. HEX triplet: DD, 72 and 6D. RGB value is (221,114,109). Sum of RGB (Red+Green+Blue) = 221+114+109=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD726D is #228D92. Grayscale: #919191. Windows color (decimal): -2264467 or 7172829. OLE color: 7172829.

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

Color convert

RGB221114109-
CMYK00.480.510.13
HSL2.68º62.22%64.71%-
HSV(B)2.68º50.68%86.67%-
XYZ38.628.5117.94-
YUV145.42107.45181.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=49.77%
G=25.68%
B=24.55%

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
Decimal22111410900.480.510.132.6862.2264.71
HexDD726D03033D33e41
Octal3351621550606315376101
Binary110111011110010110110101100001100111101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD726D; }

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

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

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

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

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

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

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

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