Html Css Color HEX #DF7B73 Geraldine

📋 copy color: '#DF7B73'

red 223 ◦ green 123 ◦ blue 115

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

Shades of Geraldine #DF7B73

Tints of Geraldine #DF7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 48.37%
G = 26.68%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7B73 (or 0xDF7B73) is known color: Geraldine. HEX triplet: DF, 7B and 73. RGB value is (223,123,115). Sum of RGB (Red+Green+Blue) = 223+123+115=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B73 is #20848C. Grayscale: #989898. Windows color (decimal): -2131085 or 7568351. OLE color: 7568351.

HSL color Cylindrical-coordinate representation of color #DF7B73: hue angle of 4.44º 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 #DF7B73 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 123 115 -
CMYK 0 0.45 0.48 0.13
HSL 4.44º 0.63% 0.66% -
HSV(B) 4.44º 0.48% 0.87% -
XYZ 40.61 31.09 20.08 -
YUV 151.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 223 123 115 0 0.45 0.48 0.13 4.44 0.63 0.66
Hex DF 7B 73 0 2D 30 D 4 3F 42
Octal 337 173 163 0 55 60 15 4 77 102
Binary 11011111 1111011 1110011 0 101101 110000 1101 100 111111 1000010

Color Harmonies of #DF7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B73

Black with #DF7B73

Text Example


Text Example

White with #DF7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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