Html Css Color HEX #D67132 Tango

📋 copy color: '#D67132'

red 214 ◦ green 113 ◦ blue 50

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

Shades of Tango #D67132

Tints of Tango #D67132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 56.76%
G = 29.97%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D67132 (or 0xD67132) is known color: Tango. HEX triplet: D6, 71 and 32. RGB value is (214,113,50). Sum of RGB (Red+Green+Blue) = 214+113+50=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D67132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67132 is #298ECD. Grayscale: #888888. Windows color (decimal): -2723534 or 3305942. OLE color: 3305942.

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

Color convert

RGB 214 113 50 -
CMYK 0 0.47 0.77 0.16
HSL 23.05º 0.67% 0.52% -
HSV(B) 23.05º 0.77% 0.84% -
XYZ 34.21 26.34 6.3 -
YUV 136.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 214 113 50 0 0.47 0.77 0.16 23.05 0.67 0.52
Hex D6 71 32 0 2F 4D 10 17 43 34
Octal 326 161 62 0 57 115 20 27 103 64
Binary 11010110 1110001 110010 0 101111 1001101 10000 10111 1000011 110100

Color Harmonies of #D67132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67132

Black with #D67132

Text Example


Text Example

White with #D67132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67132; }

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

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

background-color css

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

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

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

border-color css

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

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

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