Html Css Color HEX #D6706E Geraldine

📋 copy color: '#D6706E'

red 214 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #D6706E

Tints of Geraldine #D6706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 49.08%
G = 25.69%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6706E (or 0xD6706E) is known color: Geraldine. HEX triplet: D6, 70 and 6E. RGB value is (214,112,110). Sum of RGB (Red+Green+Blue) = 214+112+110=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6706E is #298F91. Grayscale: #8E8E8E. Windows color (decimal): -2723730 or 7237846. OLE color: 7237846.

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

Color convert

RGB 214 112 110 -
CMYK 0 0.48 0.49 0.16
HSL 1.15º 0.56% 0.64% -
HSV(B) 1.15º 0.49% 0.84% -
XYZ 36.34 27.01 18.05 -
YUV 142.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 214 112 110 0 0.48 0.49 0.16 1.15 0.56 0.64
Hex D6 70 6E 0 30 31 10 1 38 40
Octal 326 160 156 0 60 61 20 1 70 100
Binary 11010110 1110000 1101110 0 110000 110001 10000 1 111000 1000000

Color Harmonies of #D6706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6706E

Black with #D6706E

Text Example


Text Example

White with #D6706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6706E; }

 p { color: rgb(214,112,110); }

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

background-color css

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

 a { background-color: rgb(214,112,110); }

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

border-color css

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

 span { border-color: rgb(214,112,110); }

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