Html Css Color HEX #D5702D Tango

📋 copy color: '#D5702D'

red 213 ◦ green 112 ◦ blue 45

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

Shades of Tango #D5702D

Tints of Tango #D5702D

RGB

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

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

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

R = 57.57%
G = 30.27%
B = 12.16%

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

#D5702D (or 0xD5702D) is known color: Tango. HEX triplet: D5, 70 and 2D. RGB value is (213,112,45). Sum of RGB (Red+Green+Blue) = 213+112+45=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5702D is #2A8FD2. Grayscale: #868686. Windows color (decimal): -2789331 or 2978005. OLE color: 2978005.

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

Color convert

RGB 213 112 45 -
CMYK 0 0.47 0.79 0.16
HSL 23.93º 0.67% 0.51% -
HSV(B) 23.93º 0.79% 0.84% -
XYZ 33.71 25.92 5.71 -
YUV 134.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 213 112 45 0 0.47 0.79 0.16 23.93 0.67 0.51
Hex D5 70 2D 0 2F 4F 10 18 43 33
Octal 325 160 55 0 57 117 20 30 103 63
Binary 11010101 1110000 101101 0 101111 1001111 10000 11000 1000011 110011

Color Harmonies of #D5702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5702D

Black with #D5702D

Text Example


Text Example

White with #D5702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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