Html Css Color HEX #DF726E Geraldine

📋 copy color: '#DF726E'

red 223 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #DF726E

Tints of Geraldine #DF726E

RGB

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

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

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

R = 49.89%
G = 25.5%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF726E (or 0xDF726E) is known color: Geraldine. HEX triplet: DF, 72 and 6E. RGB value is (223,114,110). Sum of RGB (Red+Green+Blue) = 223+114+110=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF726E is #208D91. Grayscale: #929292. Windows color (decimal): -2133394 or 7238367. OLE color: 7238367.

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

Color convert

RGB 223 114 110 -
CMYK 0 0.49 0.51 0.13
HSL 2.12º 0.64% 0.65% -
HSV(B) 2.12º 0.51% 0.87% -
XYZ 39.26 28.85 18.25 -
YUV 146.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 223 114 110 0 0.49 0.51 0.13 2.12 0.64 0.65
Hex DF 72 6E 0 31 33 D 2 40 41
Octal 337 162 156 0 61 63 15 2 100 101
Binary 11011111 1110010 1101110 0 110001 110011 1101 10 1000000 1000001

Color Harmonies of #DF726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF726E

Black with #DF726E

Text Example


Text Example

White with #DF726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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