Html Css Color HEX #D0702B Tango

📋 copy color: '#D0702B'

red 208 ◦ green 112 ◦ blue 43

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

Shades of Tango #D0702B

Tints of Tango #D0702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 57.3%
G = 30.85%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0702B (or 0xD0702B) is known color: Tango. HEX triplet: D0, 70 and 2B. RGB value is (208,112,43). Sum of RGB (Red+Green+Blue) = 208+112+43=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0702B is #2F8FD4. Grayscale: #858585. Windows color (decimal): -3117013 or 2846928. OLE color: 2846928.

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

Color convert

RGB 208 112 43 -
CMYK 0 0.46 0.79 0.18
HSL 25.09º 0.66% 0.49% -
HSV(B) 25.09º 0.79% 0.82% -
XYZ 32.24 25.17 5.44 -
YUV 132.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 208 112 43 0 0.46 0.79 0.18 25.09 0.66 0.49
Hex D0 70 2B 0 2E 4F 12 19 42 31
Octal 320 160 53 0 56 117 22 31 102 61
Binary 11010000 1110000 101011 0 101110 1001111 10010 11001 1000010 110001

Color Harmonies of #D0702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0702B

Black with #D0702B

Text Example


Text Example

White with #D0702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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