Html Css Color HEX #DC7671 Geraldine

📋 copy color: '#DC7671'

red 220 ◦ green 118 ◦ blue 113

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

Shades of Geraldine #DC7671

Tints of Geraldine #DC7671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.06%

R = 48.78%
G = 26.16%
B = 25.06%

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

#DC7671 (or 0xDC7671) is known color: Geraldine. HEX triplet: DC, 76 and 71. RGB value is (220,118,113). Sum of RGB (Red+Green+Blue) = 220+118+113=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7671 is #23898E. Grayscale: #949494. Windows color (decimal): -2328975 or 7435996. OLE color: 7435996.

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

Color convert

RGB 220 118 113 -
CMYK 0 0.46 0.49 0.14
HSL 2.8º 0.6% 0.65% -
HSV(B) 2.8º 0.49% 0.86% -
XYZ 38.97 29.36 19.24 -
YUV 147.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 220 118 113 0 0.46 0.49 0.14 2.8 0.6 0.65
Hex DC 76 71 0 2E 31 E 3 3C 41
Octal 334 166 161 0 56 61 16 3 74 101
Binary 11011100 1110110 1110001 0 101110 110001 1110 11 111100 1000001

Color Harmonies of #DC7671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7671

Black with #DC7671

Text Example


Text Example

White with #DC7671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7671; }

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

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

background-color css

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

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

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

border-color css

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

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

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