#D96E6D

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

Shades of Geraldine #D96E6D

Tints of Geraldine #D96E6D

Color information

#D96E6D (or 0xD96E6D) is unknown color: approx Geraldine. HEX triplet: D9, 6E and 6D. RGB value is (217,110,109). Sum of RGB (Red+Green+Blue) = 217+110+109=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E6D is #269192. Grayscale: #8D8D8D. Windows color (decimal): -2527635 or 7171801. OLE color: 7171801.

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

Color convert

RGB217110109-
CMYK00.490.500.15
HSL0.56º58.7%63.92%-
HSV(B)0.56º49.77%85.1%-
XYZ36.9527.0117.73-
YUV141.88109.45181.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 109 (42.97% from 255) = 25%
R=49.77%
G=25.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711010900.490.500.150.5658.763.92
HexD96E6D03132F13b40
Octal3311561550616217173100
Binary11011001110111011011010110001110010111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96E6D; }

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

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

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

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

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

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

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

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