Html Css Color HEX #DC7873 Geraldine

📋 copy color: '#DC7873'

red 220 ◦ green 120 ◦ blue 115

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

Shades of Geraldine #DC7873

Tints of Geraldine #DC7873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.37%

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 48.35%
G = 26.37%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC7873 (or 0xDC7873) is known color: Geraldine. HEX triplet: DC, 78 and 73. RGB value is (220,120,115). Sum of RGB (Red+Green+Blue) = 220+120+115=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7873 is #23878C. Grayscale: #959595. Windows color (decimal): -2328461 or 7567580. OLE color: 7567580.

HSL color Cylindrical-coordinate representation of color #DC7873: hue angle of 2.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7873 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 115 -
CMYK 0 0.45 0.48 0.14
HSL 2.86º 0.6% 0.66% -
HSV(B) 2.86º 0.48% 0.86% -
XYZ 39.33 29.89 19.92 -
YUV 149.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 220 120 115 0 0.45 0.48 0.14 2.86 0.6 0.66
Hex DC 78 73 0 2D 30 E 3 3C 42
Octal 334 170 163 0 55 60 16 3 74 102
Binary 11011100 1111000 1110011 0 101101 110000 1110 11 111100 1000010

Color Harmonies of #DC7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7873

Black with #DC7873

Text Example


Text Example

White with #DC7873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7873; }

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

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

background-color css

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

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

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

border-color css

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

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

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