Html Css Color HEX #DC7670 Geraldine

📋 copy color: '#DC7670'

red 220 ◦ green 118 ◦ blue 112

#DC7670
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #DC7670

Tints of Geraldine #DC7670

RGB

 RED value IS 220 (86.33% from 255) = 48.89%

 GREEN value IS 118 (46.48% from 255) = 26.22%

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 48.89%
G = 26.22%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC7670 (or 0xDC7670) is known color: Geraldine. HEX triplet: DC, 76 and 70. RGB value is (220,118,112). Sum of RGB (Red+Green+Blue) = 220+118+112=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7670 is #23898F. Grayscale: #939393. Windows color (decimal): -2328976 or 7370460. OLE color: 7370460.

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

Color convert

RGB 220 118 112 -
CMYK 0 0.46 0.49 0.14
HSL 3.33º 0.61% 0.65% -
HSV(B) 3.33º 0.49% 0.86% -
XYZ 38.92 29.34 18.94 -
YUV 147.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 220 118 112 0 0.46 0.49 0.14 3.33 0.61 0.65
Hex DC 76 70 0 2E 31 E 3 3D 41
Octal 334 166 160 0 56 61 16 3 75 101
Binary 11011100 1110110 1110000 0 101110 110001 1110 11 111101 1000001

Color Harmonies of #DC7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7670

Black with #DC7670

Text Example


Text Example

White with #DC7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7670; }

 p { color: rgb(220,118,112); }

 H1.HeaderClassName
 {
   color: #DC7670;
 }
 .AnyTagClassName
 {
   color: #DC7670;
 }
</style>

background-color css

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

 a { background-color: rgb(220,118,112); }

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

border-color css

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

 span { border-color: rgb(220,118,112); }

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