Html Css Color HEX #D06E28 Tango

📋 copy color: '#D06E28'

red 208 ◦ green 110 ◦ blue 40

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

Shades of Tango #D06E28

Tints of Tango #D06E28

RGB

 RED value IS 208 (81.64% from 255) = 58.1%

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 58.1%
G = 30.73%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D06E28 (or 0xD06E28) is known color: Tango. HEX triplet: D0, 6E and 28. RGB value is (208,110,40). Sum of RGB (Red+Green+Blue) = 208+110+40=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06E28 is #2F91D7. Grayscale: #838383. Windows color (decimal): -3117528 or 2649808. OLE color: 2649808.

HSL color Cylindrical-coordinate representation of color #D06E28: hue angle of 25º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D06E28 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 40 -
CMYK 0 0.47 0.81 0.18
HSL 25º 0.68% 0.49% -
HSV(B) 25º 0.81% 0.82% -
XYZ 31.97 24.71 5.09 -
YUV 131.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 208 110 40 0 0.47 0.81 0.18 25 0.68 0.49
Hex D0 6E 28 0 2F 51 12 19 44 31
Octal 320 156 50 0 57 121 22 31 104 61
Binary 11010000 1101110 101000 0 101111 1010001 10010 11001 1000100 110001

Color Harmonies of #D06E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E28

Black with #D06E28

Text Example


Text Example

White with #D06E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E28; }

 p { color: rgb(208,110,40); }

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

background-color css

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

 a { background-color: rgb(208,110,40); }

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

border-color css

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

 span { border-color: rgb(208,110,40); }

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