Html Css Color HEX #D6716B Contessa

📋 copy color: '#D6716B'

red 214 ◦ green 113 ◦ blue 107

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

Shades of Contessa #D6716B

Tints of Contessa #D6716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.65%

R = 49.31%
G = 26.04%
B = 24.65%

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

#D6716B (or 0xD6716B) is known color: Contessa. HEX triplet: D6, 71 and 6B. RGB value is (214,113,107). Sum of RGB (Red+Green+Blue) = 214+113+107=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6716B is #298E94. Grayscale: #8E8E8E. Windows color (decimal): -2723477 or 7041494. OLE color: 7041494.

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

Color convert

RGB 214 113 107 -
CMYK 0 0.47 0.50 0.16
HSL 3.36º 0.57% 0.63% -
HSV(B) 3.36º 0.5% 0.84% -
XYZ 36.29 27.17 17.24 -
YUV 142.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 214 113 107 0 0.47 0.50 0.16 3.36 0.57 0.63
Hex D6 71 6B 0 2F 32 10 3 39 3F
Octal 326 161 153 0 57 62 20 3 71 77
Binary 11010110 1110001 1101011 0 101111 110010 10000 11 111001 111111

Color Harmonies of #D6716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6716B

Black with #D6716B

Text Example


Text Example

White with #D6716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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