Html Css Color HEX #D6723A Tango

📋 copy color: '#D6723A'

red 214 ◦ green 114 ◦ blue 58

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

Shades of Tango #D6723A

Tints of Tango #D6723A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 55.44%
G = 29.53%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6723A (or 0xD6723A) is known color: Tango. HEX triplet: D6, 72 and 3A. RGB value is (214,114,58). Sum of RGB (Red+Green+Blue) = 214+114+58=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6723A is #298DC5. Grayscale: #898989. Windows color (decimal): -2723270 or 3830486. OLE color: 3830486.

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

Color convert

RGB 214 114 58 -
CMYK 0 0.47 0.73 0.16
HSL 21.54º 0.66% 0.53% -
HSV(B) 21.54º 0.73% 0.84% -
XYZ 34.51 26.64 7.33 -
YUV 137.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 214 114 58 0 0.47 0.73 0.16 21.54 0.66 0.53
Hex D6 72 3A 0 2F 49 10 16 42 35
Octal 326 162 72 0 57 111 20 26 102 65
Binary 11010110 1110010 111010 0 101111 1001001 10000 10110 1000010 110101

Color Harmonies of #D6723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6723A

Black with #D6723A

Text Example


Text Example

White with #D6723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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