Html Css Color HEX #D07035 Tango

📋 copy color: '#D07035'

red 208 ◦ green 112 ◦ blue 53

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

Shades of Tango #D07035

Tints of Tango #D07035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 55.76%
G = 30.03%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D07035 (or 0xD07035) is known color: Tango. HEX triplet: D0, 70 and 35. RGB value is (208,112,53). Sum of RGB (Red+Green+Blue) = 208+112+53=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D07035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07035 is #2F8FCA. Grayscale: #868686. Windows color (decimal): -3117003 or 3502288. OLE color: 3502288.

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

Color convert

RGB 208 112 53 -
CMYK 0 0.46 0.75 0.18
HSL 22.84º 0.62% 0.51% -
HSV(B) 22.84º 0.75% 0.82% -
XYZ 32.45 25.26 6.53 -
YUV 133.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 208 112 53 0 0.46 0.75 0.18 22.84 0.62 0.51
Hex D0 70 35 0 2E 4B 12 17 3E 33
Octal 320 160 65 0 56 113 22 27 76 63
Binary 11010000 1110000 110101 0 101110 1001011 10010 10111 111110 110011

Color Harmonies of #D07035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07035

Black with #D07035

Text Example


Text Example

White with #D07035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07035; }

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

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

background-color css

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

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

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

border-color css

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

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

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