Html Css Color HEX #D5706B Contessa

📋 copy color: '#D5706B'

red 213 ◦ green 112 ◦ blue 107

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

Shades of Contessa #D5706B

Tints of Contessa #D5706B

RGB

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

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

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

R = 49.31%
G = 25.93%
B = 24.77%

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

#D5706B (or 0xD5706B) is known color: Contessa. HEX triplet: D5, 70 and 6B. RGB value is (213,112,107). Sum of RGB (Red+Green+Blue) = 213+112+107=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5706B is #2A8F94. Grayscale: #8D8D8D. Windows color (decimal): -2789269 or 7041237. OLE color: 7041237.

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

Color convert

RGB 213 112 107 -
CMYK 0 0.47 0.50 0.16
HSL 2.83º 0.56% 0.63% -
HSV(B) 2.83º 0.5% 0.84% -
XYZ 35.89 26.8 17.19 -
YUV 141.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 213 112 107 0 0.47 0.50 0.16 2.83 0.56 0.63
Hex D5 70 6B 0 2F 32 10 3 38 3F
Octal 325 160 153 0 57 62 20 3 70 77
Binary 11010101 1110000 1101011 0 101111 110010 10000 11 111000 111111

Color Harmonies of #D5706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5706B

Black with #D5706B

Text Example


Text Example

White with #D5706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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