Html Css Color HEX #DF726B Geraldine

📋 copy color: '#DF726B'

red 223 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #DF726B

Tints of Geraldine #DF726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 50.23%
G = 25.68%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF726B (or 0xDF726B) is known color: Geraldine. HEX triplet: DF, 72 and 6B. RGB value is (223,114,107). Sum of RGB (Red+Green+Blue) = 223+114+107=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF726B is #208D94. Grayscale: #919191. Windows color (decimal): -2133397 or 7041759. OLE color: 7041759.

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

Color convert

RGB 223 114 107 -
CMYK 0 0.49 0.52 0.13
HSL 3.62º 0.64% 0.65% -
HSV(B) 3.62º 0.52% 0.87% -
XYZ 39.1 28.78 17.4 -
YUV 145.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 223 114 107 0 0.49 0.52 0.13 3.62 0.64 0.65
Hex DF 72 6B 0 31 34 D 4 40 41
Octal 337 162 153 0 61 64 15 4 100 101
Binary 11011111 1110010 1101011 0 110001 110100 1101 100 1000000 1000001

Color Harmonies of #DF726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF726B

Black with #DF726B

Text Example


Text Example

White with #DF726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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