Html Css Color HEX #DF726F Geraldine

📋 copy color: '#DF726F'

red 223 ◦ green 114 ◦ blue 111

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

Shades of Geraldine #DF726F

Tints of Geraldine #DF726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

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

R = 49.78%
G = 25.45%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF726F (or 0xDF726F) is known color: Geraldine. HEX triplet: DF, 72 and 6F. RGB value is (223,114,111). Sum of RGB (Red+Green+Blue) = 223+114+111=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF726F is #208D90. Grayscale: #929292. Windows color (decimal): -2133393 or 7303903. OLE color: 7303903.

HSL color Cylindrical-coordinate representation of color #DF726F: hue angle of 1.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF726F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 111 -
CMYK 0 0.49 0.50 0.13
HSL 1.61º 0.64% 0.65% -
HSV(B) 1.61º 0.5% 0.87% -
XYZ 39.32 28.87 18.54 -
YUV 146.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 223 114 111 0 0.49 0.50 0.13 1.61 0.64 0.65
Hex DF 72 6F 0 31 32 D 2 40 41
Octal 337 162 157 0 61 62 15 2 100 101
Binary 11011111 1110010 1101111 0 110001 110010 1101 10 1000000 1000001

Color Harmonies of #DF726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF726F

Black with #DF726F

Text Example


Text Example

White with #DF726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF726F; }

 p { color: rgb(223,114,111); }

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

background-color css

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

 a { background-color: rgb(223,114,111); }

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

border-color css

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

 span { border-color: rgb(223,114,111); }

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