Html Css Color HEX #DF726D Geraldine

📋 copy color: '#DF726D'

red 223 ◦ green 114 ◦ blue 109

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

Shades of Geraldine #DF726D

Tints of Geraldine #DF726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.44%

R = 50%
G = 25.56%
B = 24.44%

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

#DF726D (or 0xDF726D) is known color: Geraldine. HEX triplet: DF, 72 and 6D. RGB value is (223,114,109). Sum of RGB (Red+Green+Blue) = 223+114+109=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF726D is #208D92. Grayscale: #929292. Windows color (decimal): -2133395 or 7172831. OLE color: 7172831.

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

Color convert

RGB 223 114 109 -
CMYK 0 0.49 0.51 0.13
HSL 2.63º 0.64% 0.65% -
HSV(B) 2.63º 0.51% 0.87% -
XYZ 39.21 28.83 17.97 -
YUV 146.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 223 114 109 0 0.49 0.51 0.13 2.63 0.64 0.65
Hex DF 72 6D 0 31 33 D 3 40 41
Octal 337 162 155 0 61 63 15 3 100 101
Binary 11011111 1110010 1101101 0 110001 110011 1101 11 1000000 1000001

Color Harmonies of #DF726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF726D

Black with #DF726D

Text Example


Text Example

White with #DF726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF726D; }

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

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

background-color css

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

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

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

border-color css

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

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

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