Html Css Color HEX #D6702D Tango

📋 copy color: '#D6702D'

red 214 ◦ green 112 ◦ blue 45

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

Shades of Tango #D6702D

Tints of Tango #D6702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 57.68%
G = 30.19%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6702D (or 0xD6702D) is known color: Tango. HEX triplet: D6, 70 and 2D. RGB value is (214,112,45). Sum of RGB (Red+Green+Blue) = 214+112+45=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6702D is #298FD2. Grayscale: #878787. Windows color (decimal): -2723795 or 2978006. OLE color: 2978006.

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

Color convert

RGB 214 112 45 -
CMYK 0 0.48 0.79 0.16
HSL 23.79º 0.67% 0.51% -
HSV(B) 23.79º 0.79% 0.84% -
XYZ 34 26.07 5.72 -
YUV 134.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 214 112 45 0 0.48 0.79 0.16 23.79 0.67 0.51
Hex D6 70 2D 0 30 4F 10 18 43 33
Octal 326 160 55 0 60 117 20 30 103 63
Binary 11010110 1110000 101101 0 110000 1001111 10000 11000 1000011 110011

Color Harmonies of #D6702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6702D

Black with #D6702D

Text Example


Text Example

White with #D6702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6702D; }

 p { color: rgb(214,112,45); }

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

background-color css

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

 a { background-color: rgb(214,112,45); }

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

border-color css

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

 span { border-color: rgb(214,112,45); }

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