Html Css Color HEX #D4706A Contessa

📋 copy color: '#D4706A'

red 212 ◦ green 112 ◦ blue 106

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

Shades of Contessa #D4706A

Tints of Contessa #D4706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.65%

R = 49.3%
G = 26.05%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4706A (or 0xD4706A) is known color: Contessa. HEX triplet: D4, 70 and 6A. RGB value is (212,112,106). Sum of RGB (Red+Green+Blue) = 212+112+106=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4706A is #2B8F95. Grayscale: #8D8D8D. Windows color (decimal): -2854806 or 6975700. OLE color: 6975700.

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

Color convert

RGB 212 112 106 -
CMYK 0 0.47 0.5 0.17
HSL 3.4º 0.55% 0.62% -
HSV(B) 3.4º 0.5% 0.83% -
XYZ 35.55 26.63 16.9 -
YUV 141.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 212 112 106 0 0.47 0.5 0.17 3.4 0.55 0.62
Hex D4 70 6A 0 2F 32 11 3 37 3E
Octal 324 160 152 0 57 62 21 3 67 76
Binary 11010100 1110000 1101010 0 101111 110010 10001 11 110111 111110

Color Harmonies of #D4706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4706A

Black with #D4706A

Text Example


Text Example

White with #D4706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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