Html Css Color HEX #DB810C Mango Tango

📋 copy color: '#DB810C'

red 219 ◦ green 129 ◦ blue 12

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

Shades of Mango Tango #DB810C

Tints of Mango Tango #DB810C

RGB

 RED value IS 219 (85.94% from 255) = 60.83%

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

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 60.83%
G = 35.83%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB810C (or 0xDB810C) is known color: Mango Tango. HEX triplet: DB, 81 and 0C. RGB value is (219,129,12). Sum of RGB (Red+Green+Blue) = 219+129+12=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB810C is #247EF3. Grayscale: #8F8F8F. Windows color (decimal): -2391796 or 819675. OLE color: 819675.

HSL color Cylindrical-coordinate representation of color #DB810C: hue angle of 33.91º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB810C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 12 -
CMYK 0 0.41 0.95 0.14
HSL 33.91º 0.9% 0.45% -
HSV(B) 33.91º 0.95% 0.86% -
XYZ 37.13 30.79 4.33 -
YUV 142.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 219 129 12 0 0.41 0.95 0.14 33.91 0.9 0.45
Hex DB 81 C 0 29 5F E 22 5A 2D
Octal 333 201 14 0 51 137 16 42 132 55
Binary 11011011 10000001 1100 0 101001 1011111 1110 100010 1011010 101101

Color Harmonies of #DB810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB810C

Black with #DB810C

Text Example


Text Example

White with #DB810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB810C; }

 p { color: rgb(219,129,12); }

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

background-color css

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

 a { background-color: rgb(219,129,12); }

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

border-color css

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

 span { border-color: rgb(219,129,12); }

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