#DD776D

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

Shades of Geraldine #DD776D

Tints of Geraldine #DD776D

Color information

#DD776D (or 0xDD776D) is unknown color: approx Geraldine. HEX triplet: DD, 77 and 6D. RGB value is (221,119,109). Sum of RGB (Red+Green+Blue) = 221+119+109=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776D is #228892. Grayscale: #949494. Windows color (decimal): -2263187 or 7174109. OLE color: 7174109.

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

Color convert

RGB221119109-
CMYK00.460.510.13
HSL5.36º62.22%64.71%-
HSV(B)5.36º50.68%86.67%-
XYZ39.1829.6718.13-
YUV148.36105.79179.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=49.22%
G=26.50%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111910900.460.510.135.3662.2264.71
HexDD776D02E33D53e41
Octal3351671550566315576101
Binary1101110111101111101101010111011001111011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD776D; }

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

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

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

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

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

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

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

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