Html Css Color HEX #D67137 Tango

📋 copy color: '#D67137'

red 214 ◦ green 113 ◦ blue 55

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

Shades of Tango #D67137

Tints of Tango #D67137

RGB

 RED value IS 214 (83.98% from 255) = 56.02%

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

 BLUE value IS 55 (21.88% from 255) = 14.4%

R = 56.02%
G = 29.58%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D67137 (or 0xD67137) is known color: Tango. HEX triplet: D6, 71 and 37. RGB value is (214,113,55). Sum of RGB (Red+Green+Blue) = 214+113+55=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D67137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67137 is #298EC8. Grayscale: #888888. Windows color (decimal): -2723529 or 3633622. OLE color: 3633622.

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

Color convert

RGB 214 113 55 -
CMYK 0 0.47 0.74 0.16
HSL 21.89º 0.66% 0.53% -
HSV(B) 21.89º 0.74% 0.84% -
XYZ 34.33 26.38 6.9 -
YUV 136.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 214 113 55 0 0.47 0.74 0.16 21.89 0.66 0.53
Hex D6 71 37 0 2F 4A 10 16 42 35
Octal 326 161 67 0 57 112 20 26 102 65
Binary 11010110 1110001 110111 0 101111 1001010 10000 10110 1000010 110101

Color Harmonies of #D67137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67137

Black with #D67137

Text Example


Text Example

White with #D67137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67137; }

 p { color: rgb(214,113,55); }

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

background-color css

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

 a { background-color: rgb(214,113,55); }

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

border-color css

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

 span { border-color: rgb(214,113,55); }

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