Html Css Color HEX #D6716D Geraldine

📋 copy color: '#D6716D'

red 214 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #D6716D

Tints of Geraldine #D6716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 49.08%
G = 25.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6716D (or 0xD6716D) is known color: Geraldine. HEX triplet: D6, 71 and 6D. RGB value is (214,113,109). Sum of RGB (Red+Green+Blue) = 214+113+109=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6716D is #298E92. Grayscale: #8E8E8E. Windows color (decimal): -2723475 or 7172566. OLE color: 7172566.

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

Color convert

RGB 214 113 109 -
CMYK 0 0.47 0.49 0.16
HSL 2.29º 0.56% 0.63% -
HSV(B) 2.29º 0.49% 0.84% -
XYZ 36.4 27.21 17.8 -
YUV 142.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 214 113 109 0 0.47 0.49 0.16 2.29 0.56 0.63
Hex D6 71 6D 0 2F 31 10 2 38 3F
Octal 326 161 155 0 57 61 20 2 70 77
Binary 11010110 1110001 1101101 0 101111 110001 10000 10 111000 111111

Color Harmonies of #D6716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6716D

Black with #D6716D

Text Example


Text Example

White with #D6716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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