Html Css Color HEX #D6726D Geraldine

📋 copy color: '#D6726D'

red 214 ◦ green 114 ◦ blue 109

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

Shades of Geraldine #D6726D

Tints of Geraldine #D6726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 48.97%
G = 26.09%
B = 24.94%

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

#D6726D (or 0xD6726D) is known color: Geraldine. HEX triplet: D6, 72 and 6D. RGB value is (214,114,109). Sum of RGB (Red+Green+Blue) = 214+114+109=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6726D is #298D92. Grayscale: #8F8F8F. Windows color (decimal): -2723219 or 7172822. OLE color: 7172822.

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

Color convert

RGB 214 114 109 -
CMYK 0 0.47 0.49 0.16
HSL 2.86º 0.56% 0.63% -
HSV(B) 2.86º 0.49% 0.84% -
XYZ 36.51 27.43 17.84 -
YUV 143.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 214 114 109 0 0.47 0.49 0.16 2.86 0.56 0.63
Hex D6 72 6D 0 2F 31 10 3 38 3F
Octal 326 162 155 0 57 61 20 3 70 77
Binary 11010110 1110010 1101101 0 101111 110001 10000 11 111000 111111

Color Harmonies of #D6726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6726D

Black with #D6726D

Text Example


Text Example

White with #D6726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6726D; }

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

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

background-color css

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

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

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

border-color css

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

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

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