Html Css Color HEX #D5706D Contessa

📋 copy color: '#D5706D'

red 213 ◦ green 112 ◦ blue 109

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

Shades of Contessa #D5706D

Tints of Contessa #D5706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 49.08%
G = 25.81%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5706D (or 0xD5706D) is known color: Contessa. HEX triplet: D5, 70 and 6D. RGB value is (213,112,109). Sum of RGB (Red+Green+Blue) = 213+112+109=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5706D is #2A8F92. Grayscale: #8D8D8D. Windows color (decimal): -2789267 or 7172309. OLE color: 7172309.

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

Color convert

RGB 213 112 109 -
CMYK 0 0.47 0.49 0.16
HSL 1.73º 0.55% 0.63% -
HSV(B) 1.73º 0.49% 0.84% -
XYZ 36 26.84 17.75 -
YUV 141.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 213 112 109 0 0.47 0.49 0.16 1.73 0.55 0.63
Hex D5 70 6D 0 2F 31 10 2 37 3F
Octal 325 160 155 0 57 61 20 2 67 77
Binary 11010101 1110000 1101101 0 101111 110001 10000 10 110111 111111

Color Harmonies of #D5706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5706D

Black with #D5706D

Text Example


Text Example

White with #D5706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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