Html Css Color HEX #D67130 Tango

📋 copy color: '#D67130'

red 214 ◦ green 113 ◦ blue 48

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

Shades of Tango #D67130

Tints of Tango #D67130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 57.07%
G = 30.13%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D67130 (or 0xD67130) is known color: Tango. HEX triplet: D6, 71 and 30. RGB value is (214,113,48). Sum of RGB (Red+Green+Blue) = 214+113+48=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D67130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67130 is #298ECF. Grayscale: #888888. Windows color (decimal): -2723536 or 3174870. OLE color: 3174870.

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

Color convert

RGB 214 113 48 -
CMYK 0 0.47 0.78 0.16
HSL 23.49º 0.67% 0.51% -
HSV(B) 23.49º 0.78% 0.84% -
XYZ 34.17 26.32 6.08 -
YUV 135.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 214 113 48 0 0.47 0.78 0.16 23.49 0.67 0.51
Hex D6 71 30 0 2F 4E 10 17 43 33
Octal 326 161 60 0 57 116 20 27 103 63
Binary 11010110 1110001 110000 0 101111 1001110 10000 10111 1000011 110011

Color Harmonies of #D67130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67130

Black with #D67130

Text Example


Text Example

White with #D67130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67130; }

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

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

background-color css

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

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

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

border-color css

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

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

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