Html Css Color HEX #DF716F Geraldine

📋 copy color: '#DF716F'

red 223 ◦ green 113 ◦ blue 111

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

Shades of Geraldine #DF716F

Tints of Geraldine #DF716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

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

R = 49.89%
G = 25.28%
B = 24.83%

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

#DF716F (or 0xDF716F) is known color: Geraldine. HEX triplet: DF, 71 and 6F. RGB value is (223,113,111). Sum of RGB (Red+Green+Blue) = 223+113+111=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF716F is #208E90. Grayscale: #919191. Windows color (decimal): -2133649 or 7303647. OLE color: 7303647.

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

Color convert

RGB 223 113 111 -
CMYK 0 0.49 0.50 0.13
HSL 1.07º 0.64% 0.65% -
HSV(B) 1.07º 0.5% 0.87% -
XYZ 39.21 28.65 18.5 -
YUV 145.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 223 113 111 0 0.49 0.50 0.13 1.07 0.64 0.65
Hex DF 71 6F 0 31 32 D 1 40 41
Octal 337 161 157 0 61 62 15 1 100 101
Binary 11011111 1110001 1101111 0 110001 110010 1101 1 1000000 1000001

Color Harmonies of #DF716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF716F

Black with #DF716F

Text Example


Text Example

White with #DF716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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