Html Css Color HEX #D6702C Tango

📋 copy color: '#D6702C'

red 214 ◦ green 112 ◦ blue 44

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

Shades of Tango #D6702C

Tints of Tango #D6702C

RGB

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

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

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

R = 57.84%
G = 30.27%
B = 11.89%

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

#D6702C (or 0xD6702C) is known color: Tango. HEX triplet: D6, 70 and 2C. RGB value is (214,112,44). Sum of RGB (Red+Green+Blue) = 214+112+44=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D6702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6702C is #298FD3. Grayscale: #878787. Windows color (decimal): -2723796 or 2912470. OLE color: 2912470.

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

Color convert

RGB 214 112 44 -
CMYK 0 0.48 0.79 0.16
HSL 24º 0.67% 0.51% -
HSV(B) 24º 0.79% 0.84% -
XYZ 33.98 26.07 5.62 -
YUV 134.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 214 112 44 0 0.48 0.79 0.16 24 0.67 0.51
Hex D6 70 2C 0 30 4F 10 18 43 33
Octal 326 160 54 0 60 117 20 30 103 63
Binary 11010110 1110000 101100 0 110000 1001111 10000 11000 1000011 110011

Color Harmonies of #D6702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6702C

Black with #D6702C

Text Example


Text Example

White with #D6702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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