Html Css Color HEX #D67F05 Mango Tango

📋 copy color: '#D67F05'

red 214 ◦ green 127 ◦ blue 5

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

Shades of Mango Tango #D67F05

Tints of Mango Tango #D67F05

RGB

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

 GREEN value IS 127 (50% from 255) = 36.71%

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

R = 61.85%
G = 36.71%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D67F05 (or 0xD67F05) is known color: Mango Tango. HEX triplet: D6, 7F and 05. RGB value is (214,127,5). Sum of RGB (Red+Green+Blue) = 214+127+5=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F05 is #2980FA. Grayscale: #8B8B8B. Windows color (decimal): -2719995 or 360406. OLE color: 360406.

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

Color convert

RGB 214 127 5 -
CMYK 0 0.41 0.98 0.16
HSL 35.02º 0.95% 0.43% -
HSV(B) 35.02º 0.98% 0.84% -
XYZ 35.35 29.49 3.97 -
YUV 139.11 52.32 181.42 -
System Red Green Blue C M Y K H S L
Decimal 214 127 5 0 0.41 0.98 0.16 35.02 0.95 0.43
Hex D6 7F 5 0 29 62 10 23 5F 2B
Octal 326 177 5 0 51 142 20 43 137 53
Binary 11010110 1111111 101 0 101001 1100010 10000 100011 1011111 101011

Color Harmonies of #D67F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F05

Black with #D67F05

Text Example


Text Example

White with #D67F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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