Html Css Color HEX #DC7673 Geraldine

📋 copy color: '#DC7673'

red 220 ◦ green 118 ◦ blue 115

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

Shades of Geraldine #DC7673

Tints of Geraldine #DC7673

RGB

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

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

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

R = 48.57%
G = 26.05%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC7673 (or 0xDC7673) is known color: Geraldine. HEX triplet: DC, 76 and 73. RGB value is (220,118,115). Sum of RGB (Red+Green+Blue) = 220+118+115=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7673 is #23898C. Grayscale: #949494. Windows color (decimal): -2328973 or 7567068. OLE color: 7567068.

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

Color convert

RGB 220 118 115 -
CMYK 0 0.46 0.48 0.14
HSL 1.71º 0.6% 0.66% -
HSV(B) 1.71º 0.48% 0.86% -
XYZ 39.09 29.41 19.84 -
YUV 148.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 220 118 115 0 0.46 0.48 0.14 1.71 0.6 0.66
Hex DC 76 73 0 2E 30 E 2 3C 42
Octal 334 166 163 0 56 60 16 2 74 102
Binary 11011100 1110110 1110011 0 101110 110000 1110 10 111100 1000010

Color Harmonies of #DC7673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7673

Black with #DC7673

Text Example


Text Example

White with #DC7673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7673; }

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

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

background-color css

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

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

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

border-color css

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

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

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