Html Css Color HEX #D07033 Tango

📋 copy color: '#D07033'

red 208 ◦ green 112 ◦ blue 51

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

Shades of Tango #D07033

Tints of Tango #D07033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.75%

R = 56.06%
G = 30.19%
B = 13.75%

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

#D07033 (or 0xD07033) is known color: Tango. HEX triplet: D0, 70 and 33. RGB value is (208,112,51). Sum of RGB (Red+Green+Blue) = 208+112+51=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D07033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07033 is #2F8FCC. Grayscale: #868686. Windows color (decimal): -3117005 or 3371216. OLE color: 3371216.

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

Color convert

RGB 208 112 51 -
CMYK 0 0.46 0.75 0.18
HSL 23.31º 0.63% 0.51% -
HSV(B) 23.31º 0.75% 0.82% -
XYZ 32.4 25.24 6.3 -
YUV 133.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 208 112 51 0 0.46 0.75 0.18 23.31 0.63 0.51
Hex D0 70 33 0 2E 4B 12 17 3F 33
Octal 320 160 63 0 56 113 22 27 77 63
Binary 11010000 1110000 110011 0 101110 1001011 10010 10111 111111 110011

Color Harmonies of #D07033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07033

Black with #D07033

Text Example


Text Example

White with #D07033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07033; }

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

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

background-color css

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

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

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

border-color css

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

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

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