Html Css Color HEX #D68103 Mango Tango

📋 copy color: '#D68103'

red 214 ◦ green 129 ◦ blue 3

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

Shades of Mango Tango #D68103

Tints of Mango Tango #D68103

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 61.85%
G = 37.28%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D68103 (or 0xD68103) is known color: Mango Tango. HEX triplet: D6, 81 and 03. RGB value is (214,129,3). Sum of RGB (Red+Green+Blue) = 214+129+3=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D68103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68103 is #297EFC. Grayscale: #8C8C8C. Windows color (decimal): -2719485 or 229846. OLE color: 229846.

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

Color convert

RGB 214 129 3 -
CMYK 0 0.40 0.99 0.16
HSL 35.83º 0.97% 0.43% -
HSV(B) 35.83º 0.99% 0.84% -
XYZ 35.6 30 4 -
YUV 140.05 50.66 180.75 -
System Red Green Blue C M Y K H S L
Decimal 214 129 3 0 0.40 0.99 0.16 35.83 0.97 0.43
Hex D6 81 3 0 28 63 10 24 61 2B
Octal 326 201 3 0 50 143 20 44 141 53
Binary 11010110 10000001 11 0 101000 1100011 10000 100100 1100001 101011

Color Harmonies of #D68103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68103

Black with #D68103

Text Example


Text Example

White with #D68103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68103; }

 p { color: rgb(214,129,3); }

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

background-color css

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

 a { background-color: rgb(214,129,3); }

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

border-color css

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

 span { border-color: rgb(214,129,3); }

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