Html Css Color HEX #D8726B Geraldine

📋 copy color: '#D8726B'

red 216 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #D8726B

Tints of Geraldine #D8726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 49.43%
G = 26.09%
B = 24.49%

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

#D8726B (or 0xD8726B) is known color: Geraldine. HEX triplet: D8, 72 and 6B. RGB value is (216,114,107). Sum of RGB (Red+Green+Blue) = 216+114+107=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8726B is #278D94. Grayscale: #8F8F8F. Windows color (decimal): -2592149 or 7041752. OLE color: 7041752.

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

Color convert

RGB 216 114 107 -
CMYK 0 0.47 0.50 0.15
HSL 3.85º 0.58% 0.63% -
HSV(B) 3.85º 0.5% 0.85% -
XYZ 36.99 27.7 17.31 -
YUV 143.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 216 114 107 0 0.47 0.50 0.15 3.85 0.58 0.63
Hex D8 72 6B 0 2F 32 F 4 3A 3F
Octal 330 162 153 0 57 62 17 4 72 77
Binary 11011000 1110010 1101011 0 101111 110010 1111 100 111010 111111

Color Harmonies of #D8726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8726B

Black with #D8726B

Text Example


Text Example

White with #D8726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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