Html Css Color HEX #D8726C Geraldine

📋 copy color: '#D8726C'

red 216 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #D8726C

Tints of Geraldine #D8726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 49.32%
G = 26.03%
B = 24.66%

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

#D8726C (or 0xD8726C) is known color: Geraldine. HEX triplet: D8, 72 and 6C. RGB value is (216,114,108). Sum of RGB (Red+Green+Blue) = 216+114+108=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8726C is #278D93. Grayscale: #8F8F8F. Windows color (decimal): -2592148 or 7107288. OLE color: 7107288.

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

Color convert

RGB 216 114 108 -
CMYK 0 0.47 0.50 0.15
HSL 3.33º 0.58% 0.64% -
HSV(B) 3.33º 0.5% 0.85% -
XYZ 37.04 27.72 17.58 -
YUV 143.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 216 114 108 0 0.47 0.50 0.15 3.33 0.58 0.64
Hex D8 72 6C 0 2F 32 F 3 3A 40
Octal 330 162 154 0 57 62 17 3 72 100
Binary 11011000 1110010 1101100 0 101111 110010 1111 11 111010 1000000

Color Harmonies of #D8726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8726C

Black with #D8726C

Text Example


Text Example

White with #D8726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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