Html Css Color HEX #D6726C Geraldine

📋 copy color: '#D6726C'

red 214 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #D6726C

Tints of Geraldine #D6726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.77%

R = 49.08%
G = 26.15%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6726C (or 0xD6726C) is known color: Geraldine. HEX triplet: D6, 72 and 6C. RGB value is (214,114,108). Sum of RGB (Red+Green+Blue) = 214+114+108=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6726C is #298D93. Grayscale: #8F8F8F. Windows color (decimal): -2723220 or 7107286. OLE color: 7107286.

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

Color convert

RGB 214 114 108 -
CMYK 0 0.47 0.50 0.16
HSL 3.4º 0.56% 0.63% -
HSV(B) 3.4º 0.5% 0.84% -
XYZ 36.46 27.41 17.56 -
YUV 143.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 214 114 108 0 0.47 0.50 0.16 3.4 0.56 0.63
Hex D6 72 6C 0 2F 32 10 3 38 3F
Octal 326 162 154 0 57 62 20 3 70 77
Binary 11010110 1110010 1101100 0 101111 110010 10000 11 111000 111111

Color Harmonies of #D6726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6726C

Black with #D6726C

Text Example


Text Example

White with #D6726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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