#D6716F

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

Shades of Geraldine #D6716F

Tints of Geraldine #D6716F

Color information

#D6716F (or 0xD6716F) is unknown color: approx Geraldine. HEX triplet: D6, 71 and 6F. RGB value is (214,113,111). Sum of RGB (Red+Green+Blue) = 214+113+111=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6716F is #298E90. Grayscale: #8F8F8F. Windows color (decimal): -2723473 or 7303638. OLE color: 7303638.

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

Color convert

RGB214113111-
CMYK00.470.480.16
HSL1.17º55.68%63.73%-
HSV(B)1.17º48.13%83.92%-
XYZ36.5127.2518.38-
YUV142.97109.96178.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=48.86%
G=25.80%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411311100.470.480.161.1755.6863.73
HexD6716F02F301013840
Octal3261611570576020170100
Binary110101101110001110111101011111100001000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6716F; }

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

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

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

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

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

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

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

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