#D9726F

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

Shades of Geraldine #D9726F

Tints of Geraldine #D9726F

Color information

#D9726F (or 0xD9726F) is unknown color: approx Geraldine. HEX triplet: D9, 72 and 6F. RGB value is (217,114,111). Sum of RGB (Red+Green+Blue) = 217+114+111=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9726F is #268D90. Grayscale: #909090. Windows color (decimal): -2526609 or 7303897. OLE color: 7303897.

HSL color Cylindrical-coordinate representation of color #D9726F: hue angle of 1.7º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9726F is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217114111-
CMYK00.470.490.15
HSL1.7º58.24%64.31%-
HSV(B)1.7º48.85%85.1%-
XYZ37.527.9318.45-
YUV144.45109.12179.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=49.10%
G=25.79%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711411100.470.490.151.758.2464.31
HexD9726F02F31F23a40
Octal3311621570576117272100
Binary110110011110010110111101011111100011111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9726F; }

 p { color: rgb(217,114,111); }

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

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

 a { background-color: rgb(217,114,111); }

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

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

 span { border-color: rgb(217,114,111); }

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