Html Css Color HEX #D66905 Mango Tango

📋 copy color: '#D66905'

red 214 ◦ green 105 ◦ blue 5

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

Shades of Mango Tango #D66905

Tints of Mango Tango #D66905

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 66.05%
G = 32.41%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D66905 (or 0xD66905) is known color: Mango Tango. HEX triplet: D6, 69 and 05. RGB value is (214,105,5). Sum of RGB (Red+Green+Blue) = 214+105+5=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D66905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66905 is #2996FA. Grayscale: #7E7E7E. Windows color (decimal): -2725627 or 354774. OLE color: 354774.

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

Color convert

RGB 214 105 5 -
CMYK 0 0.51 0.98 0.16
HSL 28.71º 0.95% 0.43% -
HSV(B) 28.71º 0.98% 0.84% -
XYZ 32.81 24.41 3.13 -
YUV 126.19 59.61 190.63 -
System Red Green Blue C M Y K H S L
Decimal 214 105 5 0 0.51 0.98 0.16 28.71 0.95 0.43
Hex D6 69 5 0 33 62 10 1D 5F 2B
Octal 326 151 5 0 63 142 20 35 137 53
Binary 11010110 1101001 101 0 110011 1100010 10000 11101 1011111 101011

Color Harmonies of #D66905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66905

Black with #D66905

Text Example


Text Example

White with #D66905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66905; }

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

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

background-color css

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

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

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

border-color css

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

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

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