#DD736A

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

Shades of Geraldine #DD736A

Tints of Geraldine #DD736A

Color information

#DD736A (or 0xDD736A) is unknown color: approx Geraldine. HEX triplet: DD, 73 and 6A. RGB value is (221,115,106). Sum of RGB (Red+Green+Blue) = 221+115+106=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD736A is #228C95. Grayscale: #919191. Windows color (decimal): -2264214 or 6976477. OLE color: 6976477.

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

Color convert

RGB221115106-
CMYK00.480.520.13
HSL4.7º62.84%64.12%-
HSV(B)4.7º52.04%86.67%-
XYZ38.5528.6717.14-
YUV145.67105.62181.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=50%
G=26.02%
B=23.98%

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
Decimal22111510600.480.520.134.762.8464.12
HexDD736A03034D53f40
Octal3351631520606415577100
Binary1101110111100111101010011000011010011011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD736A; }

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

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

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

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

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

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

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

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