Html Css Color HEX #D07531 Tango

📋 copy color: '#D07531'

red 208 ◦ green 117 ◦ blue 49

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

Shades of Tango #D07531

Tints of Tango #D07531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 55.61%
G = 31.28%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D07531 (or 0xD07531) is known color: Tango. HEX triplet: D0, 75 and 31. RGB value is (208,117,49). Sum of RGB (Red+Green+Blue) = 208+117+49=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D07531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07531 is #2F8ACE. Grayscale: #888888. Windows color (decimal): -3115727 or 3241424. OLE color: 3241424.

HSL color Cylindrical-coordinate representation of color #D07531: hue angle of 25.66º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D07531 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 49 -
CMYK 0 0.44 0.76 0.18
HSL 25.66º 0.63% 0.5% -
HSV(B) 25.66º 0.76% 0.82% -
XYZ 32.93 26.35 6.26 -
YUV 136.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 208 117 49 0 0.44 0.76 0.18 25.66 0.63 0.5
Hex D0 75 31 0 2C 4C 12 1A 3F 32
Octal 320 165 61 0 54 114 22 32 77 62
Binary 11010000 1110101 110001 0 101100 1001100 10010 11010 111111 110010

Color Harmonies of #D07531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07531

Black with #D07531

Text Example


Text Example

White with #D07531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07531; }

 p { color: rgb(208,117,49); }

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

background-color css

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

 a { background-color: rgb(208,117,49); }

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

border-color css

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

 span { border-color: rgb(208,117,49); }

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