Html Css Color HEX #D67139 Tango

📋 copy color: '#D67139'

red 214 ◦ green 113 ◦ blue 57

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

Shades of Tango #D67139

Tints of Tango #D67139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.84%

R = 55.73%
G = 29.43%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D67139 (or 0xD67139) is known color: Tango. HEX triplet: D6, 71 and 39. RGB value is (214,113,57). Sum of RGB (Red+Green+Blue) = 214+113+57=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D67139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67139 is #298EC6. Grayscale: #898989. Windows color (decimal): -2723527 or 3764694. OLE color: 3764694.

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

Color convert

RGB 214 113 57 -
CMYK 0 0.47 0.73 0.16
HSL 21.4º 0.66% 0.53% -
HSV(B) 21.4º 0.73% 0.84% -
XYZ 34.38 26.4 7.16 -
YUV 136.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 214 113 57 0 0.47 0.73 0.16 21.4 0.66 0.53
Hex D6 71 39 0 2F 49 10 15 42 35
Octal 326 161 71 0 57 111 20 25 102 65
Binary 11010110 1110001 111001 0 101111 1001001 10000 10101 1000010 110101

Color Harmonies of #D67139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67139

Black with #D67139

Text Example


Text Example

White with #D67139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67139; }

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

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

background-color css

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

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

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

border-color css

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

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

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