#DD706A

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

Shades of Geraldine #DD706A

Tints of Geraldine #DD706A

Color information

#DD706A (or 0xDD706A) is unknown color: approx Geraldine. HEX triplet: DD, 70 and 6A. RGB value is (221,112,106). Sum of RGB (Red+Green+Blue) = 221+112+106=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD706A is #228F95. Grayscale: #909090. Windows color (decimal): -2264982 or 6975709. OLE color: 6975709.

HSL color Cylindrical-coordinate representation of color #DD706A: hue angle of 3.13º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD706A is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221112106-
CMYK00.490.520.13
HSL3.13º62.84%64.12%-
HSV(B)3.13º52.04%86.67%-
XYZ38.212817.03-
YUV143.91106.61182.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=50.34%
G=25.51%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111210600.490.520.133.1362.8464.12
HexDD706A03134D33f40
Octal3351601520616415377100
Binary110111011110000110101001100011101001101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD706A; }

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

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

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

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

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

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

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

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