Html Css Color HEX #D6706C Contessa

📋 copy color: '#D6706C'

red 214 ◦ green 112 ◦ blue 108

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

Shades of Contessa #D6706C

Tints of Contessa #D6706C

RGB

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

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

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

R = 49.31%
G = 25.81%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6706C (or 0xD6706C) is known color: Contessa. HEX triplet: D6, 70 and 6C. RGB value is (214,112,108). Sum of RGB (Red+Green+Blue) = 214+112+108=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6706C is #298F93. Grayscale: #8E8E8E. Windows color (decimal): -2723732 or 7106774. OLE color: 7106774.

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

Color convert

RGB 214 112 108 -
CMYK 0 0.48 0.50 0.16
HSL 2.26º 0.56% 0.63% -
HSV(B) 2.26º 0.5% 0.84% -
XYZ 36.23 26.97 17.48 -
YUV 142.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 214 112 108 0 0.48 0.50 0.16 2.26 0.56 0.63
Hex D6 70 6C 0 30 32 10 2 38 3F
Octal 326 160 154 0 60 62 20 2 70 77
Binary 11010110 1110000 1101100 0 110000 110010 10000 10 111000 111111

Color Harmonies of #D6706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6706C

Black with #D6706C

Text Example


Text Example

White with #D6706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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