#dc756b

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

Shades of Geraldine #DC756B

Tints of Geraldine #DC756B

Color information

#DC756B (or 0xDC756B) is unknown color: approx Geraldine. HEX triplet: DC, 75 and 6B. RGB value is (220,117,107). Sum of RGB (Red+Green+Blue) = 220+117+107=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC756B is #238A94. Grayscale: #929292. Windows color (decimal): -2329237 or 7042524. OLE color: 7042524.

HSL color Cylindrical-coordinate representation of color #DC756B: hue angle of 5.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC756B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220117107-
CMYK00.470.510.14
HSL5.31º61.75%64.12%-
HSV(B)5.31º51.36%86.27%-
XYZ38.532917.48-
YUV146.66105.62180.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.55%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=49.55%
G=26.35%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011710700.470.510.145.3161.7564.12
HexDC756B02F33E53e40
Octal3341651530576316576100
Binary1101110011101011101011010111111001111101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc756b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc756b; }

 p { color: rgb(220,117,107); }

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

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

 a { background-color: rgb(220,117,107); }

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

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

 span { border-color: rgb(220,117,107); }

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