Html Css Color HEX #D5702C Tango

📋 copy color: '#D5702C'

red 213 ◦ green 112 ◦ blue 44

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

Shades of Tango #D5702C

Tints of Tango #D5702C

RGB

 RED value IS 213 (83.59% from 255) = 57.72%

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

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

R = 57.72%
G = 30.35%
B = 11.92%

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

#D5702C (or 0xD5702C) is known color: Tango. HEX triplet: D5, 70 and 2C. RGB value is (213,112,44). Sum of RGB (Red+Green+Blue) = 213+112+44=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D5702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5702C is #2A8FD3. Grayscale: #868686. Windows color (decimal): -2789332 or 2912469. OLE color: 2912469.

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

Color convert

RGB 213 112 44 -
CMYK 0 0.47 0.79 0.16
HSL 24.14º 0.67% 0.5% -
HSV(B) 24.14º 0.79% 0.84% -
XYZ 33.69 25.92 5.61 -
YUV 134.45 76.96 184.03 -
System Red Green Blue C M Y K H S L
Decimal 213 112 44 0 0.47 0.79 0.16 24.14 0.67 0.5
Hex D5 70 2C 0 2F 4F 10 18 43 32
Octal 325 160 54 0 57 117 20 30 103 62
Binary 11010101 1110000 101100 0 101111 1001111 10000 11000 1000011 110010

Color Harmonies of #D5702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5702C

Black with #D5702C

Text Example


Text Example

White with #D5702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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