Html Css Color HEX #D6716C Contessa

📋 copy color: '#D6716C'

red 214 ◦ green 113 ◦ blue 108

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

Shades of Contessa #D6716C

Tints of Contessa #D6716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 49.2%
G = 25.98%
B = 24.83%

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

#D6716C (or 0xD6716C) is known color: Contessa. HEX triplet: D6, 71 and 6C. RGB value is (214,113,108). Sum of RGB (Red+Green+Blue) = 214+113+108=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6716C is #298E93. Grayscale: #8E8E8E. Windows color (decimal): -2723476 or 7107030. OLE color: 7107030.

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

Color convert

RGB 214 113 108 -
CMYK 0 0.47 0.50 0.16
HSL 2.83º 0.56% 0.63% -
HSV(B) 2.83º 0.5% 0.84% -
XYZ 36.34 27.19 17.52 -
YUV 142.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 214 113 108 0 0.47 0.50 0.16 2.83 0.56 0.63
Hex D6 71 6C 0 2F 32 10 3 38 3F
Octal 326 161 154 0 57 62 20 3 70 77
Binary 11010110 1110001 1101100 0 101111 110010 10000 11 111000 111111

Color Harmonies of #D6716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6716C

Black with #D6716C

Text Example


Text Example

White with #D6716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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