#D6716E

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

Shades of Geraldine #D6716E

Tints of Geraldine #D6716E

Color information

#D6716E (or 0xD6716E) is unknown color: approx Geraldine. HEX triplet: D6, 71 and 6E. RGB value is (214,113,110). Sum of RGB (Red+Green+Blue) = 214+113+110=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6716E is #298E91. Grayscale: #8E8E8E. Windows color (decimal): -2723474 or 7238102. OLE color: 7238102.

HSL color Cylindrical-coordinate representation of color #D6716E: hue angle of 1.73º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6716E is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214113110-
CMYK00.470.490.16
HSL1.73º55.91%63.53%-
HSV(B)1.73º48.6%83.92%-
XYZ36.4527.2318.09-
YUV142.86109.46178.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=48.97%
G=25.86%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411311000.470.490.161.7355.9163.53
HexD6716E02F311023840
Octal3261611560576120270100
Binary1101011011100011101110010111111000110000101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6716E; }

 p { color: rgb(214,113,110); }

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

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

 a { background-color: rgb(214,113,110); }

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

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

 span { border-color: rgb(214,113,110); }

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