#DD706C

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

Shades of Geraldine #DD706C

Tints of Geraldine #DD706C

Color information

#DD706C (or 0xDD706C) is unknown color: approx Geraldine. HEX triplet: DD, 70 and 6C. RGB value is (221,112,108). Sum of RGB (Red+Green+Blue) = 221+112+108=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD706C is #228F93. Grayscale: #909090. Windows color (decimal): -2264980 or 7106781. OLE color: 7106781.

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

Color convert

RGB221112108-
CMYK00.490.510.13
HSL2.12º62.43%64.51%-
HSV(B)2.12º51.13%86.67%-
XYZ38.3228.0417.58-
YUV144.14107.61182.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=50.11%
G=25.40%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111210800.490.510.132.1262.4364.51
HexDD706C03133D23e41
Octal3351601540616315276101
Binary110111011110000110110001100011100111101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD706C; }

 p { color: rgb(221,112,108); }

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

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

 a { background-color: rgb(221,112,108); }

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

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

 span { border-color: rgb(221,112,108); }

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