#DD716F

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

Shades of Geraldine #DD716F

Tints of Geraldine #DD716F

Color information

#DD716F (or 0xDD716F) is unknown color: approx Geraldine. HEX triplet: DD, 71 and 6F. RGB value is (221,113,111). Sum of RGB (Red+Green+Blue) = 221+113+111=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD716F is #228E90. Grayscale: #919191. Windows color (decimal): -2264721 or 7303645. OLE color: 7303645.

HSL color Cylindrical-coordinate representation of color #DD716F: hue angle of 1.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD716F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221113111-
CMYK00.490.500.13
HSL1.09º61.8%65.1%-
HSV(B)1.09º49.77%86.67%-
XYZ38.5928.3318.47-
YUV145.06108.78182.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=49.66%
G=25.39%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111311100.490.500.131.0961.865.1
HexDD716F03132D13e41
Octal3351611570616215176101
Binary11011101111000111011110110001110010110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD716F; }

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

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

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

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

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

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

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

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