#D5716F

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

Shades of Geraldine #D5716F

Tints of Geraldine #D5716F

Color information

#D5716F (or 0xD5716F) is unknown color: approx Geraldine. HEX triplet: D5, 71 and 6F. RGB value is (213,113,111). Sum of RGB (Red+Green+Blue) = 213+113+111=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5716F is #2A8E90. Grayscale: #8E8E8E. Windows color (decimal): -2789009 or 7303637. OLE color: 7303637.

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

Color convert

RGB213113111-
CMYK00.470.480.16
HSL1.18º54.84%63.53%-
HSV(B)1.18º47.89%83.53%-
XYZ36.2127.118.36-
YUV142.67110.13178.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=48.74%
G=25.86%
B=25.40%

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
Decimal21311311100.470.480.161.1854.8463.53
HexD5716F02F301013740
Octal3251611570576020167100
Binary110101011110001110111101011111100001000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5716F; }

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

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

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

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

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

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

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

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