Html Css Color HEX #D8716B Geraldine

📋 copy color: '#D8716B'

red 216 ◦ green 113 ◦ blue 107

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

Shades of Geraldine #D8716B

Tints of Geraldine #D8716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

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

R = 49.54%
G = 25.92%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8716B (or 0xD8716B) is known color: Geraldine. HEX triplet: D8, 71 and 6B. RGB value is (216,113,107). Sum of RGB (Red+Green+Blue) = 216+113+107=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8716B is #278E94. Grayscale: #8F8F8F. Windows color (decimal): -2592405 or 7041496. OLE color: 7041496.

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

Color convert

RGB 216 113 107 -
CMYK 0 0.48 0.50 0.15
HSL 3.3º 0.58% 0.63% -
HSV(B) 3.3º 0.5% 0.85% -
XYZ 36.88 27.47 17.27 -
YUV 143.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 216 113 107 0 0.48 0.50 0.15 3.3 0.58 0.63
Hex D8 71 6B 0 30 32 F 3 3A 3F
Octal 330 161 153 0 60 62 17 3 72 77
Binary 11011000 1110001 1101011 0 110000 110010 1111 11 111010 111111

Color Harmonies of #D8716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8716B

Black with #D8716B

Text Example


Text Example

White with #D8716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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