Html Css Color HEX #D8746E Geraldine

📋 copy color: '#D8746E'

red 216 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #D8746E

Tints of Geraldine #D8746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

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

R = 48.87%
G = 26.24%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8746E (or 0xD8746E) is known color: Geraldine. HEX triplet: D8, 74 and 6E. RGB value is (216,116,110). Sum of RGB (Red+Green+Blue) = 216+116+110=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8746E is #278B91. Grayscale: #919191. Windows color (decimal): -2591634 or 7238872. OLE color: 7238872.

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

Color convert

RGB 216 116 110 -
CMYK 0 0.46 0.49 0.15
HSL 3.4º 0.58% 0.64% -
HSV(B) 3.4º 0.49% 0.85% -
XYZ 37.38 28.22 18.23 -
YUV 145.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 216 116 110 0 0.46 0.49 0.15 3.4 0.58 0.64
Hex D8 74 6E 0 2E 31 F 3 3A 40
Octal 330 164 156 0 56 61 17 3 72 100
Binary 11011000 1110100 1101110 0 101110 110001 1111 11 111010 1000000

Color Harmonies of #D8746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8746E

Black with #D8746E

Text Example


Text Example

White with #D8746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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