#DD736B

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

Shades of Geraldine #DD736B

Tints of Geraldine #DD736B

Color information

#DD736B (or 0xDD736B) is unknown color: approx Geraldine. HEX triplet: DD, 73 and 6B. RGB value is (221,115,107). Sum of RGB (Red+Green+Blue) = 221+115+107=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD736B is #228C94. Grayscale: #919191. Windows color (decimal): -2264213 or 7042013. OLE color: 7042013.

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

Color convert

RGB221115107-
CMYK00.480.520.13
HSL4.21º62.64%64.31%-
HSV(B)4.21º51.58%86.67%-
XYZ38.628.717.41-
YUV145.78106.12181.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=49.89%
G=25.96%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111510700.480.520.134.2162.6464.31
HexDD736B03034D43f40
Octal3351631530606415477100
Binary1101110111100111101011011000011010011011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD736B; }

 p { color: rgb(221,115,107); }

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

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

 a { background-color: rgb(221,115,107); }

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

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

 span { border-color: rgb(221,115,107); }

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