Html Css Color HEX #D9716E Geraldine

📋 copy color: '#D9716E'

red 217 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #D9716E

Tints of Geraldine #D9716E

RGB

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

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

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

R = 49.32%
G = 25.68%
B = 25%

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

#D9716E (or 0xD9716E) is known color: Geraldine. HEX triplet: D9, 71 and 6E. RGB value is (217,113,110). Sum of RGB (Red+Green+Blue) = 217+113+110=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9716E is #268E91. Grayscale: #8F8F8F. Windows color (decimal): -2526866 or 7238105. OLE color: 7238105.

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

Color convert

RGB 217 113 110 -
CMYK 0 0.48 0.49 0.15
HSL 1.68º 0.58% 0.64% -
HSV(B) 1.68º 0.49% 0.85% -
XYZ 37.33 27.69 18.13 -
YUV 143.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 217 113 110 0 0.48 0.49 0.15 1.68 0.58 0.64
Hex D9 71 6E 0 30 31 F 2 3A 40
Octal 331 161 156 0 60 61 17 2 72 100
Binary 11011001 1110001 1101110 0 110000 110001 1111 10 111010 1000000

Color Harmonies of #D9716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9716E

Black with #D9716E

Text Example


Text Example

White with #D9716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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