Html Css Color HEX #DF7C76 Geraldine

📋 copy color: '#DF7C76'

red 223 ◦ green 124 ◦ blue 118

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

Shades of Geraldine #DF7C76

Tints of Geraldine #DF7C76

RGB

 RED value IS 223 (87.5% from 255) = 47.96%

 GREEN value IS 124 (48.83% from 255) = 26.67%

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 47.96%
G = 26.67%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7C76 (or 0xDF7C76) is known color: Geraldine. HEX triplet: DF, 7C and 76. RGB value is (223,124,118). Sum of RGB (Red+Green+Blue) = 223+124+118=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C76 is #208389. Grayscale: #999999. Windows color (decimal): -2130826 or 7765215. OLE color: 7765215.

HSL color Cylindrical-coordinate representation of color #DF7C76: hue angle of 3.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7C76 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 118 -
CMYK 0 0.44 0.47 0.13
HSL 3.43º 0.62% 0.67% -
HSV(B) 3.43º 0.47% 0.87% -
XYZ 40.91 31.41 21.05 -
YUV 152.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 223 124 118 0 0.44 0.47 0.13 3.43 0.62 0.67
Hex DF 7C 76 0 2C 2F D 3 3E 43
Octal 337 174 166 0 54 57 15 3 76 103
Binary 11011111 1111100 1110110 0 101100 101111 1101 11 111110 1000011

Color Harmonies of #DF7C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C76

Black with #DF7C76

Text Example


Text Example

White with #DF7C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C76; }

 p { color: rgb(223,124,118); }

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

background-color css

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

 a { background-color: rgb(223,124,118); }

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

border-color css

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

 span { border-color: rgb(223,124,118); }

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