#DD746D

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

Shades of Geraldine #DD746D

Tints of Geraldine #DD746D

Color information

#DD746D (or 0xDD746D) is unknown color: approx Geraldine. HEX triplet: DD, 74 and 6D. RGB value is (221,116,109). Sum of RGB (Red+Green+Blue) = 221+116+109=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD746D is #228B92. Grayscale: #929292. Windows color (decimal): -2263955 or 7173341. OLE color: 7173341.

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

Color convert

RGB221116109-
CMYK00.480.510.13
HSL3.75º62.22%64.71%-
HSV(B)3.75º50.68%86.67%-
XYZ38.8228.9718.01-
YUV146.6106.79181.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=49.55%
G=26.01%
B=24.44%

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
Decimal22111610900.480.510.133.7562.2264.71
HexDD746D03033D43e41
Octal3351641550606315476101
Binary1101110111101001101101011000011001111011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD746D; }

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

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

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

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

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

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

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

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