Html Css Color HEX #D68505 Mango Tango

📋 copy color: '#D68505'

red 214 ◦ green 133 ◦ blue 5

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

Shades of Mango Tango #D68505

Tints of Mango Tango #D68505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

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

R = 60.8%
G = 37.78%
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

#D68505 (or 0xD68505) is known color: Mango Tango. HEX triplet: D6, 85 and 05. RGB value is (214,133,5). Sum of RGB (Red+Green+Blue) = 214+133+5=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D68505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68505 is #297AFA. Grayscale: #8F8F8F. Windows color (decimal): -2718459 or 361942. OLE color: 361942.

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

Color convert

RGB 214 133 5 -
CMYK 0 0.38 0.98 0.16
HSL 36.75º 0.95% 0.43% -
HSV(B) 36.75º 0.98% 0.84% -
XYZ 36.15 31.08 4.24 -
YUV 142.63 50.34 178.91 -
System Red Green Blue C M Y K H S L
Decimal 214 133 5 0 0.38 0.98 0.16 36.75 0.95 0.43
Hex D6 85 5 0 26 62 10 25 5F 2B
Octal 326 205 5 0 46 142 20 45 137 53
Binary 11010110 10000101 101 0 100110 1100010 10000 100101 1011111 101011

Color Harmonies of #D68505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68505

Black with #D68505

Text Example


Text Example

White with #D68505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68505; }

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

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

background-color css

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

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

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

border-color css

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

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

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