#D9746E

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

Shades of Geraldine #D9746E

Tints of Geraldine #D9746E

Color information

#D9746E (or 0xD9746E) is unknown color: approx Geraldine. HEX triplet: D9, 74 and 6E. RGB value is (217,116,110). Sum of RGB (Red+Green+Blue) = 217+116+110=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9746E is #268B91. Grayscale: #919191. Windows color (decimal): -2526098 or 7238873. OLE color: 7238873.

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

Color convert

RGB217116110-
CMYK00.470.490.15
HSL3.36º58.47%64.12%-
HSV(B)3.36º49.31%85.1%-
XYZ37.6828.3718.24-
YUV145.51107.96178.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=48.98%
G=26.19%
B=24.83%

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
Decimal21711611000.470.490.153.3658.4764.12
HexD9746E02F31F33a40
Octal3311641560576117372100
Binary110110011110100110111001011111100011111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9746E; }

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

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

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

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

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

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

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

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