Html Css Color HEX #D9716F Geraldine

📋 copy color: '#D9716F'

red 217 ◦ green 113 ◦ blue 111

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

Shades of Geraldine #D9716F

Tints of Geraldine #D9716F

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

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

 BLUE value IS 111 (43.75% from 255) = 25.17%

R = 49.21%
G = 25.62%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9716F (or 0xD9716F) is known color: Geraldine. HEX triplet: D9, 71 and 6F. RGB value is (217,113,111). Sum of RGB (Red+Green+Blue) = 217+113+111=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9716F is #268E90. Grayscale: #8F8F8F. Windows color (decimal): -2526865 or 7303641. OLE color: 7303641.

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

Color convert

RGB 217 113 111 -
CMYK 0 0.48 0.49 0.15
HSL 1.13º 0.58% 0.64% -
HSV(B) 1.13º 0.49% 0.85% -
XYZ 37.39 27.71 18.42 -
YUV 143.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 217 113 111 0 0.48 0.49 0.15 1.13 0.58 0.64
Hex D9 71 6F 0 30 31 F 1 3A 40
Octal 331 161 157 0 60 61 17 1 72 100
Binary 11011001 1110001 1101111 0 110000 110001 1111 1 111010 1000000

Color Harmonies of #D9716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9716F

Black with #D9716F

Text Example


Text Example

White with #D9716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9716F; }

 p { color: rgb(217,113,111); }

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

background-color css

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

 a { background-color: rgb(217,113,111); }

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

border-color css

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

 span { border-color: rgb(217,113,111); }

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