Html Css Color HEX #D4716F Contessa

📋 copy color: '#D4716F'

red 212 ◦ green 113 ◦ blue 111

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

Shades of Contessa #D4716F

Tints of Contessa #D4716F

RGB

 RED value IS 212 (83.2% from 255) = 48.62%

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

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

R = 48.62%
G = 25.92%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4716F (or 0xD4716F) is known color: Contessa. HEX triplet: D4, 71 and 6F. RGB value is (212,113,111). Sum of RGB (Red+Green+Blue) = 212+113+111=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4716F is #2B8E90. Grayscale: #8E8E8E. Windows color (decimal): -2854545 or 7303636. OLE color: 7303636.

HSL color Cylindrical-coordinate representation of color #D4716F: hue angle of 1.19º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4716F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 111 -
CMYK 0 0.47 0.48 0.17
HSL 1.19º 0.54% 0.63% -
HSV(B) 1.19º 0.48% 0.83% -
XYZ 35.93 26.96 18.35 -
YUV 142.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 212 113 111 0 0.47 0.48 0.17 1.19 0.54 0.63
Hex D4 71 6F 0 2F 30 11 1 36 3F
Octal 324 161 157 0 57 60 21 1 66 77
Binary 11010100 1110001 1101111 0 101111 110000 10001 1 110110 111111

Color Harmonies of #D4716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4716F

Black with #D4716F

Text Example


Text Example

White with #D4716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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