Html Css Color HEX #DF7C73 Geraldine

📋 copy color: '#DF7C73'

red 223 ◦ green 124 ◦ blue 115

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

Shades of Geraldine #DF7C73

Tints of Geraldine #DF7C73

RGB

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

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

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

R = 48.27%
G = 26.84%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7C73 (or 0xDF7C73) is known color: Geraldine. HEX triplet: DF, 7C and 73. RGB value is (223,124,115). Sum of RGB (Red+Green+Blue) = 223+124+115=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C73 is #20838C. Grayscale: #989898. Windows color (decimal): -2130829 or 7568607. OLE color: 7568607.

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

Color convert

RGB 223 124 115 -
CMYK 0 0.44 0.48 0.13
HSL 0.63% 0.66% -
HSV(B) 0.48% 0.87% -
XYZ 40.73 31.34 20.12 -
YUV 152.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 223 124 115 0 0.44 0.48 0.13 5 0.63 0.66
Hex DF 7C 73 0 2C 30 D 5 3F 42
Octal 337 174 163 0 54 60 15 5 77 102
Binary 11011111 1111100 1110011 0 101100 110000 1101 101 111111 1000010

Color Harmonies of #DF7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C73

Black with #DF7C73

Text Example


Text Example

White with #DF7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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