Html Css Color HEX #D6712C Tango

📋 copy color: '#D6712C'

red 214 ◦ green 113 ◦ blue 44

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

Shades of Tango #D6712C

Tints of Tango #D6712C

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 57.68%
G = 30.46%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6712C (or 0xD6712C) is known color: Tango. HEX triplet: D6, 71 and 2C. RGB value is (214,113,44). Sum of RGB (Red+Green+Blue) = 214+113+44=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6712C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6712C is #298ED3. Grayscale: #878787. Windows color (decimal): -2723540 or 2912726. OLE color: 2912726.

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

Color convert

RGB 214 113 44 -
CMYK 0 0.47 0.79 0.16
HSL 24.35º 0.67% 0.51% -
HSV(B) 24.35º 0.79% 0.84% -
XYZ 34.09 26.29 5.66 -
YUV 135.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 214 113 44 0 0.47 0.79 0.16 24.35 0.67 0.51
Hex D6 71 2C 0 2F 4F 10 18 43 33
Octal 326 161 54 0 57 117 20 30 103 63
Binary 11010110 1110001 101100 0 101111 1001111 10000 11000 1000011 110011

Color Harmonies of #D6712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6712C

Black with #D6712C

Text Example


Text Example

White with #D6712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6712C; }

 p { color: rgb(214,113,44); }

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

background-color css

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

 a { background-color: rgb(214,113,44); }

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

border-color css

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

 span { border-color: rgb(214,113,44); }

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