Html Css Color HEX #D4706C Contessa

📋 copy color: '#D4706C'

red 212 ◦ green 112 ◦ blue 108

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

Shades of Contessa #D4706C

Tints of Contessa #D4706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25%

R = 49.07%
G = 25.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4706C (or 0xD4706C) is known color: Contessa. HEX triplet: D4, 70 and 6C. RGB value is (212,112,108). Sum of RGB (Red+Green+Blue) = 212+112+108=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4706C is #2B8F93. Grayscale: #8D8D8D. Windows color (decimal): -2854804 or 7106772. OLE color: 7106772.

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

Color convert

RGB 212 112 108 -
CMYK 0 0.47 0.49 0.17
HSL 2.31º 0.55% 0.63% -
HSV(B) 2.31º 0.49% 0.83% -
XYZ 35.65 26.67 17.46 -
YUV 141.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 212 112 108 0 0.47 0.49 0.17 2.31 0.55 0.63
Hex D4 70 6C 0 2F 31 11 2 37 3F
Octal 324 160 154 0 57 61 21 2 67 77
Binary 11010100 1110000 1101100 0 101111 110001 10001 10 110111 111111

Color Harmonies of #D4706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4706C

Black with #D4706C

Text Example


Text Example

White with #D4706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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