Html Css Color HEX #D8736F Geraldine

📋 copy color: '#D8736F'

red 216 ◦ green 115 ◦ blue 111

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

Shades of Geraldine #D8736F

Tints of Geraldine #D8736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 48.87%
G = 26.02%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8736F (or 0xD8736F) is known color: Geraldine. HEX triplet: D8, 73 and 6F. RGB value is (216,115,111). Sum of RGB (Red+Green+Blue) = 216+115+111=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8736F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8736F is #278C90. Grayscale: #909090. Windows color (decimal): -2591889 or 7304152. OLE color: 7304152.

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

Color convert

RGB 216 115 111 -
CMYK 0 0.47 0.49 0.15
HSL 2.29º 0.57% 0.64% -
HSV(B) 2.29º 0.49% 0.85% -
XYZ 37.32 28.01 18.48 -
YUV 144.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 216 115 111 0 0.47 0.49 0.15 2.29 0.57 0.64
Hex D8 73 6F 0 2F 31 F 2 39 40
Octal 330 163 157 0 57 61 17 2 71 100
Binary 11011000 1110011 1101111 0 101111 110001 1111 10 111001 1000000

Color Harmonies of #D8736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8736F

Black with #D8736F

Text Example


Text Example

White with #D8736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8736F; }

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

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

background-color css

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

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

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

border-color css

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

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

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