#D9726D

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

Shades of Geraldine #D9726D

Tints of Geraldine #D9726D

Color information

#D9726D (or 0xD9726D) is unknown color: approx Geraldine. HEX triplet: D9, 72 and 6D. RGB value is (217,114,109). Sum of RGB (Red+Green+Blue) = 217+114+109=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9726D is #268D92. Grayscale: #909090. Windows color (decimal): -2526611 or 7172825. OLE color: 7172825.

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

Color convert

RGB217114109-
CMYK00.470.500.15
HSL2.78º58.7%63.92%-
HSV(B)2.78º49.77%85.1%-
XYZ37.3927.8917.88-
YUV144.23108.12179.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.32%
GREEN value IS 114 (44.92% from 255) = 25.91%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=49.32%
G=25.91%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711410900.470.500.152.7858.763.92
HexD9726D02F32F33b40
Octal3311621550576217373100
Binary110110011110010110110101011111100101111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9726D; }

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

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

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

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

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

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

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

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