Html Css Color HEX #D4706E Contessa

📋 copy color: '#D4706E'

red 212 ◦ green 112 ◦ blue 110

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

Shades of Contessa #D4706E

Tints of Contessa #D4706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 48.85%
G = 25.81%
B = 25.35%

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

#D4706E (or 0xD4706E) is known color: Contessa. HEX triplet: D4, 70 and 6E. RGB value is (212,112,110). Sum of RGB (Red+Green+Blue) = 212+112+110=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4706E is #2B8F91. Grayscale: #8D8D8D. Windows color (decimal): -2854802 or 7237844. OLE color: 7237844.

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

Color convert

RGB 212 112 110 -
CMYK 0 0.47 0.48 0.17
HSL 1.18º 0.54% 0.63% -
HSV(B) 1.18º 0.48% 0.83% -
XYZ 35.76 26.71 18.02 -
YUV 141.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 212 112 110 0 0.47 0.48 0.17 1.18 0.54 0.63
Hex D4 70 6E 0 2F 30 11 1 36 3F
Octal 324 160 156 0 57 60 21 1 66 77
Binary 11010100 1110000 1101110 0 101111 110000 10001 1 110110 111111

Color Harmonies of #D4706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4706E

Black with #D4706E

Text Example


Text Example

White with #D4706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4706E; }

 p { color: rgb(212,112,110); }

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

background-color css

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

 a { background-color: rgb(212,112,110); }

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

border-color css

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

 span { border-color: rgb(212,112,110); }

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