#dc736e

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

Shades of Geraldine #DC736E

Tints of Geraldine #DC736E

Color information

#DC736E (or 0xDC736E) is unknown color: approx Geraldine. HEX triplet: DC, 73 and 6E. RGB value is (220,115,110). Sum of RGB (Red+Green+Blue) = 220+115+110=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC736E is #238C91. Grayscale: #919191. Windows color (decimal): -2329746 or 7238620. OLE color: 7238620.

HSL color Cylindrical-coordinate representation of color #DC736E: hue angle of 2.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC736E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB220115110-
CMYK00.480.500.14
HSL2.73º61.11%64.71%-
HSV(B)2.73º50%86.27%-
XYZ38.4628.618.25-
YUV145.82107.79180.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=49.44%
G=25.84%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011511000.480.500.142.7361.1164.71
HexDC736E03032E33d41
Octal3341631560606216375101
Binary110111001110011110111001100001100101110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc736e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc736e; }

 p { color: rgb(220,115,110); }

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

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

 a { background-color: rgb(220,115,110); }

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

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

 span { border-color: rgb(220,115,110); }

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