Html Css Color HEX #D5706F Contessa

📋 copy color: '#D5706F'

red 213 ◦ green 112 ◦ blue 111

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

Shades of Contessa #D5706F

Tints of Contessa #D5706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 48.85%
G = 25.69%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5706F (or 0xD5706F) is known color: Contessa. HEX triplet: D5, 70 and 6F. RGB value is (213,112,111). Sum of RGB (Red+Green+Blue) = 213+112+111=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5706F is #2A8F90. Grayscale: #8E8E8E. Windows color (decimal): -2789265 or 7303381. OLE color: 7303381.

HSL color Cylindrical-coordinate representation of color #D5706F: hue angle of 0.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5706F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 112 111 -
CMYK 0 0.47 0.48 0.16
HSL 0.59º 0.55% 0.64% -
HSV(B) 0.59º 0.48% 0.84% -
XYZ 36.1 26.88 18.32 -
YUV 142.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 213 112 111 0 0.47 0.48 0.16 0.59 0.55 0.64
Hex D5 70 6F 0 2F 30 10 1 37 40
Octal 325 160 157 0 57 60 20 1 67 100
Binary 11010101 1110000 1101111 0 101111 110000 10000 1 110111 1000000

Color Harmonies of #D5706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5706F

Black with #D5706F

Text Example


Text Example

White with #D5706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5706F; }

 p { color: rgb(213,112,111); }

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

background-color css

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

 a { background-color: rgb(213,112,111); }

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

border-color css

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

 span { border-color: rgb(213,112,111); }

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