#DF716D

Color #DF716D Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #DF716D

Tints of Geraldine #DF716D

Color information

#DF716D (or 0xDF716D) is unknown color: approx Geraldine. HEX triplet: DF, 71 and 6D. RGB value is (223,113,109). Sum of RGB (Red+Green+Blue) = 223+113+109=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF716D is #208E92. Grayscale: #919191. Windows color (decimal): -2133651 or 7172575. OLE color: 7172575.

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

Color convert

RGB223113109-
CMYK00.490.510.13
HSL2.11º64.04%65.1%-
HSV(B)2.11º51.12%87.45%-
XYZ39.128.617.93-
YUV145.43107.44183.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=50.11%
G=25.39%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311310900.490.510.132.1164.0465.1
HexDF716D03133D24041
Octal33716115506163152100101
Binary1101111111100011101101011000111001111011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF716D; }

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

 H1.HeaderClassName
 {
   color: #DF716D;
 }
 .AnyTagClassName
 {
   color: #DF716D;
 }
</style>
background-color css

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

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

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

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

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

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