Html Css Color HEX #D8716E Geraldine

📋 copy color: '#D8716E'

red 216 ◦ green 113 ◦ blue 110

#D8716E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #D8716E

Tints of Geraldine #D8716E

RGB

 RED value IS 216 (84.77% from 255) = 49.2%

 GREEN value IS 113 (44.53% from 255) = 25.74%

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 49.2%
G = 25.74%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8716E (or 0xD8716E) is known color: Geraldine. HEX triplet: D8, 71 and 6E. RGB value is (216,113,110). Sum of RGB (Red+Green+Blue) = 216+113+110=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8716E is #278E91. Grayscale: #8F8F8F. Windows color (decimal): -2592402 or 7238104. OLE color: 7238104.

HSL color Cylindrical-coordinate representation of color #D8716E: hue angle of 1.7º degrees, saturation: 0.58, 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 #D8716E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 113 110 -
CMYK 0 0.48 0.49 0.15
HSL 1.7º 0.58% 0.64% -
HSV(B) 1.7º 0.49% 0.85% -
XYZ 37.04 27.53 18.11 -
YUV 143.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 216 113 110 0 0.48 0.49 0.15 1.7 0.58 0.64
Hex D8 71 6E 0 30 31 F 2 3A 40
Octal 330 161 156 0 60 61 17 2 72 100
Binary 11011000 1110001 1101110 0 110000 110001 1111 10 111010 1000000

Color Harmonies of #D8716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8716E

Black with #D8716E

Text Example


Text Example

White with #D8716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8716E; }

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

 H1.HeaderClassName
 {
   color: #D8716E;
 }
 .AnyTagClassName
 {
   color: #D8716E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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