#D97670

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

Shades of Geraldine #D97670

Tints of Geraldine #D97670

Color information

#D97670 (or 0xD97670) is unknown color: approx Geraldine. HEX triplet: D9, 76 and 70. RGB value is (217,118,112). Sum of RGB (Red+Green+Blue) = 217+118+112=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97670 is #26898F. Grayscale: #939393. Windows color (decimal): -2525584 or 7370457. OLE color: 7370457.

HSL color Cylindrical-coordinate representation of color #D97670: hue angle of 3.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97670 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217118112-
CMYK00.460.480.15
HSL3.43º58.01%64.51%-
HSV(B)3.43º48.39%85.1%-
XYZ38.0228.8818.9-
YUV146.92108.3177.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=48.55%
G=26.40%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711811200.460.480.153.4358.0164.51
HexD9767002E30F33a41
Octal3311661600566017372101
Binary110110011110110111000001011101100001111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97670; }

 p { color: rgb(217,118,112); }

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

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

 a { background-color: rgb(217,118,112); }

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

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

 span { border-color: rgb(217,118,112); }

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