Html Css Color HEX #D8726E Geraldine

📋 copy color: '#D8726E'

red 216 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #D8726E

Tints of Geraldine #D8726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

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

R = 49.09%
G = 25.91%
B = 25%

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

#D8726E (or 0xD8726E) is known color: Geraldine. HEX triplet: D8, 72 and 6E. RGB value is (216,114,110). Sum of RGB (Red+Green+Blue) = 216+114+110=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8726E is #278D91. Grayscale: #909090. Windows color (decimal): -2592146 or 7238360. OLE color: 7238360.

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

Color convert

RGB 216 114 110 -
CMYK 0 0.47 0.49 0.15
HSL 2.26º 0.58% 0.64% -
HSV(B) 2.26º 0.49% 0.85% -
XYZ 37.15 27.76 18.15 -
YUV 144.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 216 114 110 0 0.47 0.49 0.15 2.26 0.58 0.64
Hex D8 72 6E 0 2F 31 F 2 3A 40
Octal 330 162 156 0 57 61 17 2 72 100
Binary 11011000 1110010 1101110 0 101111 110001 1111 10 111010 1000000

Color Harmonies of #D8726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8726E

Black with #D8726E

Text Example


Text Example

White with #D8726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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