Html Css Color HEX #D5716B Contessa

📋 copy color: '#D5716B'

red 213 ◦ green 113 ◦ blue 107

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

Shades of Contessa #D5716B

Tints of Contessa #D5716B

RGB

 RED value IS 213 (83.59% from 255) = 49.19%

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

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

R = 49.19%
G = 26.1%
B = 24.71%

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

#D5716B (or 0xD5716B) is known color: Contessa. HEX triplet: D5, 71 and 6B. RGB value is (213,113,107). Sum of RGB (Red+Green+Blue) = 213+113+107=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5716B is #2A8E94. Grayscale: #8E8E8E. Windows color (decimal): -2789013 or 7041493. OLE color: 7041493.

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

Color convert

RGB 213 113 107 -
CMYK 0 0.47 0.50 0.16
HSL 3.4º 0.56% 0.63% -
HSV(B) 3.4º 0.5% 0.84% -
XYZ 36 27.02 17.23 -
YUV 142.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 213 113 107 0 0.47 0.50 0.16 3.4 0.56 0.63
Hex D5 71 6B 0 2F 32 10 3 38 3F
Octal 325 161 153 0 57 62 20 3 70 77
Binary 11010101 1110001 1101011 0 101111 110010 10000 11 111000 111111

Color Harmonies of #D5716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5716B

Black with #D5716B

Text Example


Text Example

White with #D5716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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