#d8746f

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

Shades of Geraldine #D8746F

Tints of Geraldine #D8746F

Color information

#D8746F (or 0xD8746F) is unknown color: approx Geraldine. HEX triplet: D8, 74 and 6F. RGB value is (216,116,111). Sum of RGB (Red+Green+Blue) = 216+116+111=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8746F is #278B90. Grayscale: #919191. Windows color (decimal): -2591633 or 7304408. OLE color: 7304408.

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

Color convert

RGB216116111-
CMYK00.460.490.15
HSL2.86º57.38%64.12%-
HSV(B)2.86º48.61%84.71%-
XYZ37.4328.2418.52-
YUV145.33108.63178.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.76%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=48.76%
G=26.19%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611611100.460.490.152.8657.3864.12
HexD8746F02E31F33940
Octal3301641570566117371100
Binary110110001110100110111101011101100011111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8746f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8746f; }

 p { color: rgb(216,116,111); }

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

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

 a { background-color: rgb(216,116,111); }

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

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

 span { border-color: rgb(216,116,111); }

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