Html Css Color HEX #D0716F Contessa

📋 copy color: '#D0716F'

red 208 ◦ green 113 ◦ blue 111

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

Shades of Contessa #D0716F

Tints of Contessa #D0716F

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

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

 BLUE value IS 111 (43.75% from 255) = 25.69%

R = 48.15%
G = 26.16%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0716F (or 0xD0716F) is known color: Contessa. HEX triplet: D0, 71 and 6F. RGB value is (208,113,111). Sum of RGB (Red+Green+Blue) = 208+113+111=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0716F is #2F8E90. Grayscale: #8D8D8D. Windows color (decimal): -3116689 or 7303632. OLE color: 7303632.

HSL color Cylindrical-coordinate representation of color #D0716F: hue angle of 1.24º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0716F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 111 -
CMYK 0 0.46 0.47 0.18
HSL 1.24º 0.51% 0.63% -
HSV(B) 1.24º 0.47% 0.82% -
XYZ 34.79 26.37 18.29 -
YUV 141.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 208 113 111 0 0.46 0.47 0.18 1.24 0.51 0.63
Hex D0 71 6F 0 2E 2F 12 1 33 3F
Octal 320 161 157 0 56 57 22 1 63 77
Binary 11010000 1110001 1101111 0 101110 101111 10010 1 110011 111111

Color Harmonies of #D0716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0716F

Black with #D0716F

Text Example


Text Example

White with #D0716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0716F; }

 p { color: rgb(208,113,111); }

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

background-color css

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

 a { background-color: rgb(208,113,111); }

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

border-color css

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

 span { border-color: rgb(208,113,111); }

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