#D7716F

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

Shades of Geraldine #D7716F

Tints of Geraldine #D7716F

Color information

#D7716F (or 0xD7716F) is unknown color: approx Geraldine. HEX triplet: D7, 71 and 6F. RGB value is (215,113,111). Sum of RGB (Red+Green+Blue) = 215+113+111=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7716F is #288E90. Grayscale: #8F8F8F. Windows color (decimal): -2657937 or 7303639. OLE color: 7303639.

HSL color Cylindrical-coordinate representation of color #D7716F: hue angle of 1.15º degrees, saturation: 0.57, 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 #D7716F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215113111-
CMYK00.470.480.16
HSL1.15º56.52%63.92%-
HSV(B)1.15º48.37%84.31%-
XYZ36.827.4118.39-
YUV143.27109.79179.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.97%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=48.97%
G=25.74%
B=25.28%

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
Decimal21511311100.470.480.161.1556.5263.92
HexD7716F02F301013940
Octal3271611570576020171100
Binary110101111110001110111101011111100001000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7716F; }

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

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

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

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

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

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

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

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