Html Css Color HEX #D67105 Mango Tango

📋 copy color: '#D67105'

red 214 ◦ green 113 ◦ blue 5

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

Shades of Mango Tango #D67105

Tints of Mango Tango #D67105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 64.46%
G = 34.04%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67105 (or 0xD67105) is known color: Mango Tango. HEX triplet: D6, 71 and 05. RGB value is (214,113,5). Sum of RGB (Red+Green+Blue) = 214+113+5=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D67105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67105 is #298EFA. Grayscale: #838383. Windows color (decimal): -2723579 or 356822. OLE color: 356822.

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

Color convert

RGB 214 113 5 -
CMYK 0 0.47 0.98 0.16
HSL 31º 0.95% 0.43% -
HSV(B) 31º 0.98% 0.84% -
XYZ 33.66 26.12 3.41 -
YUV 130.89 56.96 187.28 -
System Red Green Blue C M Y K H S L
Decimal 214 113 5 0 0.47 0.98 0.16 31 0.95 0.43
Hex D6 71 5 0 2F 62 10 1F 5F 2B
Octal 326 161 5 0 57 142 20 37 137 53
Binary 11010110 1110001 101 0 101111 1100010 10000 11111 1011111 101011

Color Harmonies of #D67105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67105

Black with #D67105

Text Example


Text Example

White with #D67105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67105; }

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

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

background-color css

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

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

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

border-color css

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

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

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