#DD7A74

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

Shades of Geraldine #DD7A74

Tints of Geraldine #DD7A74

Color information

#DD7A74 (or 0xDD7A74) is unknown color: approx Geraldine. HEX triplet: DD, 7A and 74. RGB value is (221,122,116). Sum of RGB (Red+Green+Blue) = 221+122+116=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A74 is #22858B. Grayscale: #979797. Windows color (decimal): -2262412 or 7633629. OLE color: 7633629.

HSL color Cylindrical-coordinate representation of color #DD7A74: hue angle of 3.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7A74 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221122116-
CMYK00.450.480.13
HSL3.43º60.69%66.08%-
HSV(B)3.43º47.51%86.67%-
XYZ39.9330.5520.32-
YUV150.92108.3177.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 122 (48.05% from 255) = 26.58%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=48.15%
G=26.58%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112211600.450.480.133.4360.6966.08
HexDD7A7402D30D33d42
Octal3351721640556015375102
Binary110111011111010111010001011011100001101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A74; }

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

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

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

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

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

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

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

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