Html Css Color HEX #D67305 Mango Tango

📋 copy color: '#D67305'

red 214 ◦ green 115 ◦ blue 5

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

Shades of Mango Tango #D67305

Tints of Mango Tango #D67305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

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

R = 64.07%
G = 34.43%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67305 (or 0xD67305) is known color: Mango Tango. HEX triplet: D6, 73 and 05. RGB value is (214,115,5). Sum of RGB (Red+Green+Blue) = 214+115+5=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D67305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67305 is #298CFA. Grayscale: #848484. Windows color (decimal): -2723067 or 357334. OLE color: 357334.

HSL color Cylindrical-coordinate representation of color #D67305: hue angle of 31.58º 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 #D67305 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 5 -
CMYK 0 0.46 0.98 0.16
HSL 31.58º 0.95% 0.43% -
HSV(B) 31.58º 0.98% 0.84% -
XYZ 33.89 26.57 3.49 -
YUV 132.06 56.3 186.44 -
System Red Green Blue C M Y K H S L
Decimal 214 115 5 0 0.46 0.98 0.16 31.58 0.95 0.43
Hex D6 73 5 0 2E 62 10 20 5F 2B
Octal 326 163 5 0 56 142 20 40 137 53
Binary 11010110 1110011 101 0 101110 1100010 10000 100000 1011111 101011

Color Harmonies of #D67305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67305

Black with #D67305

Text Example


Text Example

White with #D67305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67305; }

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

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

background-color css

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

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

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

border-color css

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

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

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