Html Css Color HEX #D07530 Tango

📋 copy color: '#D07530'

red 208 ◦ green 117 ◦ blue 48

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

Shades of Tango #D07530

Tints of Tango #D07530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 55.76%
G = 31.37%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D07530 (or 0xD07530) is known color: Tango. HEX triplet: D0, 75 and 30. RGB value is (208,117,48). Sum of RGB (Red+Green+Blue) = 208+117+48=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D07530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07530 is #2F8ACF. Grayscale: #888888. Windows color (decimal): -3115728 or 3175888. OLE color: 3175888.

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

Color convert

RGB 208 117 48 -
CMYK 0 0.44 0.77 0.18
HSL 25.88º 0.63% 0.5% -
HSV(B) 25.88º 0.77% 0.82% -
XYZ 32.91 26.35 6.15 -
YUV 136.34 78.15 179.11 -
System Red Green Blue C M Y K H S L
Decimal 208 117 48 0 0.44 0.77 0.18 25.88 0.63 0.5
Hex D0 75 30 0 2C 4D 12 1A 3F 32
Octal 320 165 60 0 54 115 22 32 77 62
Binary 11010000 1110101 110000 0 101100 1001101 10010 11010 111111 110010

Color Harmonies of #D07530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07530

Black with #D07530

Text Example


Text Example

White with #D07530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07530; }

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

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

background-color css

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

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

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

border-color css

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

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

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