Html Css Color HEX #D6716F Geraldine

📋 copy color: '#D6716F'

red 214 ◦ green 113 ◦ blue 111

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

Shades of Geraldine #D6716F

Tints of Geraldine #D6716F

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

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

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

R = 48.86%
G = 25.8%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6716F (or 0xD6716F) is known color: Geraldine. HEX triplet: D6, 71 and 6F. RGB value is (214,113,111). Sum of RGB (Red+Green+Blue) = 214+113+111=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6716F is #298E90. Grayscale: #8F8F8F. Windows color (decimal): -2723473 or 7303638. OLE color: 7303638.

HSL color Cylindrical-coordinate representation of color #D6716F: hue angle of 1.17º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6716F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 111 -
CMYK 0 0.47 0.48 0.16
HSL 1.17º 0.56% 0.64% -
HSV(B) 1.17º 0.48% 0.84% -
XYZ 36.51 27.25 18.38 -
YUV 142.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 214 113 111 0 0.47 0.48 0.16 1.17 0.56 0.64
Hex D6 71 6F 0 2F 30 10 1 38 40
Octal 326 161 157 0 57 60 20 1 70 100
Binary 11010110 1110001 1101111 0 101111 110000 10000 1 111000 1000000

Color Harmonies of #D6716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6716F

Black with #D6716F

Text Example


Text Example

White with #D6716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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