Html Css Color HEX #D5702F Tango

📋 copy color: '#D5702F'

red 213 ◦ green 112 ◦ blue 47

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

Shades of Tango #D5702F

Tints of Tango #D5702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 57.26%
G = 30.11%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5702F (or 0xD5702F) is known color: Tango. HEX triplet: D5, 70 and 2F. RGB value is (213,112,47). Sum of RGB (Red+Green+Blue) = 213+112+47=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5702F is #2A8FD0. Grayscale: #878787. Windows color (decimal): -2789329 or 3109077. OLE color: 3109077.

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

Color convert

RGB 213 112 47 -
CMYK 0 0.47 0.78 0.16
HSL 23.49º 0.66% 0.51% -
HSV(B) 23.49º 0.78% 0.84% -
XYZ 33.75 25.94 5.92 -
YUV 134.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 213 112 47 0 0.47 0.78 0.16 23.49 0.66 0.51
Hex D5 70 2F 0 2F 4E 10 17 42 33
Octal 325 160 57 0 57 116 20 27 102 63
Binary 11010101 1110000 101111 0 101111 1001110 10000 10111 1000010 110011

Color Harmonies of #D5702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5702F

Black with #D5702F

Text Example


Text Example

White with #D5702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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