Html Css Color HEX #DC776F Geraldine

📋 copy color: '#DC776F'

red 220 ◦ green 119 ◦ blue 111

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

Shades of Geraldine #DC776F

Tints of Geraldine #DC776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.44%

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 48.89%
G = 26.44%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC776F (or 0xDC776F) is known color: Geraldine. HEX triplet: DC, 77 and 6F. RGB value is (220,119,111). Sum of RGB (Red+Green+Blue) = 220+119+111=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC776F is #238890. Grayscale: #949494. Windows color (decimal): -2328721 or 7305180. OLE color: 7305180.

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

Color convert

RGB 220 119 111 -
CMYK 0 0.46 0.50 0.14
HSL 4.4º 0.61% 0.65% -
HSV(B) 4.4º 0.5% 0.86% -
XYZ 38.98 29.56 18.69 -
YUV 148.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 220 119 111 0 0.46 0.50 0.14 4.4 0.61 0.65
Hex DC 77 6F 0 2E 32 E 4 3D 41
Octal 334 167 157 0 56 62 16 4 75 101
Binary 11011100 1110111 1101111 0 101110 110010 1110 100 111101 1000001

Color Harmonies of #DC776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC776F

Black with #DC776F

Text Example


Text Example

White with #DC776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC776F; }

 p { color: rgb(220,119,111); }

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

background-color css

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

 a { background-color: rgb(220,119,111); }

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

border-color css

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

 span { border-color: rgb(220,119,111); }

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