Html Css Color HEX #D37531 Tango

📋 copy color: '#D37531'

red 211 ◦ green 117 ◦ blue 49

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

Shades of Tango #D37531

Tints of Tango #D37531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

 BLUE value IS 49 (19.53% from 255) = 13%

R = 55.97%
G = 31.03%
B = 13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D37531 (or 0xD37531) is known color: Tango. HEX triplet: D3, 75 and 31. RGB value is (211,117,49). Sum of RGB (Red+Green+Blue) = 211+117+49=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D37531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37531 is #2C8ACE. Grayscale: #898989. Windows color (decimal): -2919119 or 3241427. OLE color: 3241427.

HSL color Cylindrical-coordinate representation of color #D37531: hue angle of 25.19º 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 #D37531 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 117 49 -
CMYK 0 0.45 0.77 0.17
HSL 25.19º 0.65% 0.51% -
HSV(B) 25.19º 0.77% 0.83% -
XYZ 33.78 26.79 6.3 -
YUV 137.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 211 117 49 0 0.45 0.77 0.17 25.19 0.65 0.51
Hex D3 75 31 0 2D 4D 11 19 41 33
Octal 323 165 61 0 55 115 21 31 101 63
Binary 11010011 1110101 110001 0 101101 1001101 10001 11001 1000001 110011

Color Harmonies of #D37531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37531

Black with #D37531

Text Example


Text Example

White with #D37531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37531; }

 p { color: rgb(211,117,49); }

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

background-color css

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

 a { background-color: rgb(211,117,49); }

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

border-color css

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

 span { border-color: rgb(211,117,49); }

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