#D9736E

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

Shades of Geraldine #D9736E

Tints of Geraldine #D9736E

Color information

#D9736E (or 0xD9736E) is unknown color: approx Geraldine. HEX triplet: D9, 73 and 6E. RGB value is (217,115,110). Sum of RGB (Red+Green+Blue) = 217+115+110=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9736E is #268C91. Grayscale: #919191. Windows color (decimal): -2526354 or 7238617. OLE color: 7238617.

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

Color convert

RGB217115110-
CMYK00.470.490.15
HSL2.8º58.47%64.12%-
HSV(B)2.8º49.31%85.1%-
XYZ37.5628.1418.2-
YUV144.93108.29179.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=49.10%
G=26.02%
B=24.89%

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
Decimal21711511000.470.490.152.858.4764.12
HexD9736E02F31F33a40
Octal3311631560576117372100
Binary110110011110011110111001011111100011111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9736E; }

 p { color: rgb(217,115,110); }

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

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

 a { background-color: rgb(217,115,110); }

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

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

 span { border-color: rgb(217,115,110); }

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