Html Css Color HEX #DC776E Geraldine

📋 copy color: '#DC776E'

red 220 ◦ green 119 ◦ blue 110

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

Shades of Geraldine #DC776E

Tints of Geraldine #DC776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 49%
G = 26.5%
B = 24.5%

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

#DC776E (or 0xDC776E) is known color: Geraldine. HEX triplet: DC, 77 and 6E. RGB value is (220,119,110). Sum of RGB (Red+Green+Blue) = 220+119+110=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC776E is #238891. Grayscale: #949494. Windows color (decimal): -2328722 or 7239644. OLE color: 7239644.

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

Color convert

RGB 220 119 110 -
CMYK 0 0.46 0.50 0.14
HSL 4.91º 0.61% 0.65% -
HSV(B) 4.91º 0.5% 0.86% -
XYZ 38.93 29.54 18.4 -
YUV 148.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 220 119 110 0 0.46 0.50 0.14 4.91 0.61 0.65
Hex DC 77 6E 0 2E 32 E 5 3D 41
Octal 334 167 156 0 56 62 16 5 75 101
Binary 11011100 1110111 1101110 0 101110 110010 1110 101 111101 1000001

Color Harmonies of #DC776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC776E

Black with #DC776E

Text Example


Text Example

White with #DC776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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