Html Css Color HEX #D67034 Tango

📋 copy color: '#D67034'

red 214 ◦ green 112 ◦ blue 52

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

Shades of Tango #D67034

Tints of Tango #D67034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 56.61%
G = 29.63%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D67034 (or 0xD67034) is known color: Tango. HEX triplet: D6, 70 and 34. RGB value is (214,112,52). Sum of RGB (Red+Green+Blue) = 214+112+52=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D67034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67034 is #298FCB. Grayscale: #888888. Windows color (decimal): -2723788 or 3436758. OLE color: 3436758.

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

Color convert

RGB 214 112 52 -
CMYK 0 0.48 0.76 0.16
HSL 22.22º 0.66% 0.52% -
HSV(B) 22.22º 0.76% 0.84% -
XYZ 34.15 26.13 6.49 -
YUV 135.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 214 112 52 0 0.48 0.76 0.16 22.22 0.66 0.52
Hex D6 70 34 0 30 4C 10 16 42 34
Octal 326 160 64 0 60 114 20 26 102 64
Binary 11010110 1110000 110100 0 110000 1001100 10000 10110 1000010 110100

Color Harmonies of #D67034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67034

Black with #D67034

Text Example


Text Example

White with #D67034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67034; }

 p { color: rgb(214,112,52); }

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

background-color css

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

 a { background-color: rgb(214,112,52); }

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

border-color css

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

 span { border-color: rgb(214,112,52); }

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