Html Css Color HEX #DB7C08 Mango Tango

📋 copy color: '#DB7C08'

red 219 ◦ green 124 ◦ blue 8

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

Shades of Mango Tango #DB7C08

Tints of Mango Tango #DB7C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 8 (3.52% from 255) = 2.28%

R = 62.39%
G = 35.33%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB7C08 (or 0xDB7C08) is known color: Mango Tango. HEX triplet: DB, 7C and 08. RGB value is (219,124,8). Sum of RGB (Red+Green+Blue) = 219+124+8=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C08 is #2483F7. Grayscale: #8B8B8B. Windows color (decimal): -2393080 or 556251. OLE color: 556251.

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

Color convert

RGB 219 124 8 -
CMYK 0 0.43 0.96 0.14
HSL 32.99º 0.93% 0.45% -
HSV(B) 32.99º 0.96% 0.86% -
XYZ 36.46 29.49 4 -
YUV 139.18 53.97 184.93 -
System Red Green Blue C M Y K H S L
Decimal 219 124 8 0 0.43 0.96 0.14 32.99 0.93 0.45
Hex DB 7C 8 0 2B 60 E 21 5D 2D
Octal 333 174 10 0 53 140 16 41 135 55
Binary 11011011 1111100 1000 0 101011 1100000 1110 100001 1011101 101101

Color Harmonies of #DB7C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C08

Black with #DB7C08

Text Example


Text Example

White with #DB7C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C08; }

 p { color: rgb(219,124,8); }

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

background-color css

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

 a { background-color: rgb(219,124,8); }

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

border-color css

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

 span { border-color: rgb(219,124,8); }

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