Html Css Color HEX #D07028 Tango

📋 copy color: '#D07028'

red 208 ◦ green 112 ◦ blue 40

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

Shades of Tango #D07028

Tints of Tango #D07028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

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

R = 57.78%
G = 31.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D07028 (or 0xD07028) is known color: Tango. HEX triplet: D0, 70 and 28. RGB value is (208,112,40). Sum of RGB (Red+Green+Blue) = 208+112+40=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D07028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07028 is #2F8FD7. Grayscale: #848484. Windows color (decimal): -3117016 or 2650320. OLE color: 2650320.

HSL color Cylindrical-coordinate representation of color #D07028: hue angle of 25.71º 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 #D07028 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 40 -
CMYK 0 0.46 0.81 0.18
HSL 25.71º 0.68% 0.49% -
HSV(B) 25.71º 0.81% 0.82% -
XYZ 32.19 25.15 5.17 -
YUV 132.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 208 112 40 0 0.46 0.81 0.18 25.71 0.68 0.49
Hex D0 70 28 0 2E 51 12 1A 44 31
Octal 320 160 50 0 56 121 22 32 104 61
Binary 11010000 1110000 101000 0 101110 1010001 10010 11010 1000100 110001

Color Harmonies of #D07028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07028

Black with #D07028

Text Example


Text Example

White with #D07028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07028; }

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

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

background-color css

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

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

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

border-color css

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

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

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