Html Css Color HEX #D68405 Mango Tango

📋 copy color: '#D68405'

red 214 ◦ green 132 ◦ blue 5

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

Shades of Mango Tango #D68405

Tints of Mango Tango #D68405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

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

R = 60.97%
G = 37.61%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D68405 (or 0xD68405) is known color: Mango Tango. HEX triplet: D6, 84 and 05. RGB value is (214,132,5). Sum of RGB (Red+Green+Blue) = 214+132+5=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D68405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68405 is #297BFA. Grayscale: #8E8E8E. Windows color (decimal): -2718715 or 361686. OLE color: 361686.

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

Color convert

RGB 214 132 5 -
CMYK 0 0.38 0.98 0.16
HSL 36.46º 0.95% 0.43% -
HSV(B) 36.46º 0.98% 0.84% -
XYZ 36.01 30.81 4.19 -
YUV 142.04 50.67 179.33 -
System Red Green Blue C M Y K H S L
Decimal 214 132 5 0 0.38 0.98 0.16 36.46 0.95 0.43
Hex D6 84 5 0 26 62 10 24 5F 2B
Octal 326 204 5 0 46 142 20 44 137 53
Binary 11010110 10000100 101 0 100110 1100010 10000 100100 1011111 101011

Color Harmonies of #D68405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68405

Black with #D68405

Text Example


Text Example

White with #D68405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68405; }

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

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

background-color css

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

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

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

border-color css

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

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

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