Html Css Color HEX #D6706D Geraldine

📋 copy color: '#D6706D'

red 214 ◦ green 112 ◦ blue 109

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

Shades of Geraldine #D6706D

Tints of Geraldine #D6706D

RGB

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

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

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

R = 49.2%
G = 25.75%
B = 25.06%

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

#D6706D (or 0xD6706D) is known color: Geraldine. HEX triplet: D6, 70 and 6D. RGB value is (214,112,109). Sum of RGB (Red+Green+Blue) = 214+112+109=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6706D is #298F92. Grayscale: #8E8E8E. Windows color (decimal): -2723731 or 7172310. OLE color: 7172310.

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

Color convert

RGB 214 112 109 -
CMYK 0 0.48 0.49 0.16
HSL 1.71º 0.56% 0.63% -
HSV(B) 1.71º 0.49% 0.84% -
XYZ 36.29 26.99 17.76 -
YUV 142.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 214 112 109 0 0.48 0.49 0.16 1.71 0.56 0.63
Hex D6 70 6D 0 30 31 10 2 38 3F
Octal 326 160 155 0 60 61 20 2 70 77
Binary 11010110 1110000 1101101 0 110000 110001 10000 10 111000 111111

Color Harmonies of #D6706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6706D

Black with #D6706D

Text Example


Text Example

White with #D6706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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