Html Css Color HEX #D37130 Tango

📋 copy color: '#D37130'

red 211 ◦ green 113 ◦ blue 48

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

Shades of Tango #D37130

Tints of Tango #D37130

RGB

 RED value IS 211 (82.81% from 255) = 56.72%

 GREEN value IS 113 (44.53% from 255) = 30.38%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 56.72%
G = 30.38%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D37130 (or 0xD37130) is known color: Tango. HEX triplet: D3, 71 and 30. RGB value is (211,113,48). Sum of RGB (Red+Green+Blue) = 211+113+48=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D37130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37130 is #2C8ECF. Grayscale: #878787. Windows color (decimal): -2920144 or 3174867. OLE color: 3174867.

HSL color Cylindrical-coordinate representation of color #D37130: hue angle of 23.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D37130 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 48 -
CMYK 0 0.46 0.77 0.17
HSL 23.93º 0.65% 0.51% -
HSV(B) 23.93º 0.77% 0.83% -
XYZ 33.3 25.87 6.03 -
YUV 134.89 78.97 182.29 -
System Red Green Blue C M Y K H S L
Decimal 211 113 48 0 0.46 0.77 0.17 23.93 0.65 0.51
Hex D3 71 30 0 2E 4D 11 18 41 33
Octal 323 161 60 0 56 115 21 30 101 63
Binary 11010011 1110001 110000 0 101110 1001101 10001 11000 1000001 110011

Color Harmonies of #D37130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37130

Black with #D37130

Text Example


Text Example

White with #D37130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37130; }

 p { color: rgb(211,113,48); }

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

background-color css

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

 a { background-color: rgb(211,113,48); }

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

border-color css

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

 span { border-color: rgb(211,113,48); }

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