Html Css Color HEX #D6722E Tango

📋 copy color: '#D6722E'

red 214 ◦ green 114 ◦ blue 46

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

Shades of Tango #D6722E

Tints of Tango #D6722E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 46 (18.36% from 255) = 12.3%

R = 57.22%
G = 30.48%
B = 12.3%

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

#D6722E (or 0xD6722E) is known color: Tango. HEX triplet: D6, 72 and 2E. RGB value is (214,114,46). Sum of RGB (Red+Green+Blue) = 214+114+46=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6722E is #298DD1. Grayscale: #888888. Windows color (decimal): -2723282 or 3044054. OLE color: 3044054.

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

Color convert

RGB 214 114 46 -
CMYK 0 0.47 0.79 0.16
HSL 24.29º 0.67% 0.51% -
HSV(B) 24.29º 0.79% 0.84% -
XYZ 34.24 26.53 5.9 -
YUV 136.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 214 114 46 0 0.47 0.79 0.16 24.29 0.67 0.51
Hex D6 72 2E 0 2F 4F 10 18 43 33
Octal 326 162 56 0 57 117 20 30 103 63
Binary 11010110 1110010 101110 0 101111 1001111 10000 11000 1000011 110011

Color Harmonies of #D6722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6722E

Black with #D6722E

Text Example


Text Example

White with #D6722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6722E; }

 p { color: rgb(214,114,46); }

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

background-color css

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

 a { background-color: rgb(214,114,46); }

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

border-color css

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

 span { border-color: rgb(214,114,46); }

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