#D9736D

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

Shades of Geraldine #D9736D

Tints of Geraldine #D9736D

Color information

#D9736D (or 0xD9736D) is unknown color: approx Geraldine. HEX triplet: D9, 73 and 6D. RGB value is (217,115,109). Sum of RGB (Red+Green+Blue) = 217+115+109=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9736D is #268C92. Grayscale: #909090. Windows color (decimal): -2526355 or 7173081. OLE color: 7173081.

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

Color convert

RGB217115109-
CMYK00.470.500.15
HSL3.33º58.7%63.92%-
HSV(B)3.33º49.77%85.1%-
XYZ37.5128.1217.92-
YUV144.81107.79179.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=49.21%
G=26.08%
B=24.72%

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
Decimal21711510900.470.500.153.3358.763.92
HexD9736D02F32F33b40
Octal3311631550576217373100
Binary110110011110011110110101011111100101111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9736D; }

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

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

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

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

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

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

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

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