#D4716B

Color #D4716B Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #D4716B

Tints of Contessa #D4716B

Color information

#D4716B (or 0xD4716B) is unknown color: approx Contessa. HEX triplet: D4, 71 and 6B. RGB value is (212,113,107). Sum of RGB (Red+Green+Blue) = 212+113+107=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4716B is #2B8E94. Grayscale: #8E8E8E. Windows color (decimal): -2854549 or 7041492. OLE color: 7041492.

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

Color convert

RGB212113107-
CMYK00.470.500.17
HSL3.43º54.97%62.55%-
HSV(B)3.43º49.53%83.14%-
XYZ35.7126.8717.21-
YUV141.92108.3177.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 107 (42.19% from 255) = 24.77%
R=49.07%
G=26.16%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211310700.470.500.173.4354.9762.55
HexD4716B02F32113373f
Octal324161153057622136777
Binary110101001110001110101101011111100101000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4716B; }

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

 H1.HeaderClassName
 {
   color: #D4716B;
 }
 .AnyTagClassName
 {
   color: #D4716B;
 }
</style>
background-color css

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

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

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

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

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

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