Html Css Color HEX #D8736D Geraldine

📋 copy color: '#D8736D'

red 216 ◦ green 115 ◦ blue 109

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

Shades of Geraldine #D8736D

Tints of Geraldine #D8736D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 49.09%
G = 26.14%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8736D (or 0xD8736D) is known color: Geraldine. HEX triplet: D8, 73 and 6D. RGB value is (216,115,109). Sum of RGB (Red+Green+Blue) = 216+115+109=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8736D is #278C92. Grayscale: #909090. Windows color (decimal): -2591891 or 7173080. OLE color: 7173080.

HSL color Cylindrical-coordinate representation of color #D8736D: hue angle of 3.36º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8736D is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 109 -
CMYK 0 0.47 0.50 0.15
HSL 3.36º 0.58% 0.64% -
HSV(B) 3.36º 0.5% 0.85% -
XYZ 37.21 27.96 17.9 -
YUV 144.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 216 115 109 0 0.47 0.50 0.15 3.36 0.58 0.64
Hex D8 73 6D 0 2F 32 F 3 3A 40
Octal 330 163 155 0 57 62 17 3 72 100
Binary 11011000 1110011 1101101 0 101111 110010 1111 11 111010 1000000

Color Harmonies of #D8736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8736D

Black with #D8736D

Text Example


Text Example

White with #D8736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8736D; }

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

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

background-color css

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

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

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

border-color css

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

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

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