Html Css Color HEX #D07534 Tango

📋 copy color: '#D07534'

red 208 ◦ green 117 ◦ blue 52

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

Shades of Tango #D07534

Tints of Tango #D07534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.79%

R = 55.17%
G = 31.03%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D07534 (or 0xD07534) is known color: Tango. HEX triplet: D0, 75 and 34. RGB value is (208,117,52). Sum of RGB (Red+Green+Blue) = 208+117+52=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D07534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07534 is #2F8ACB. Grayscale: #898989. Windows color (decimal): -3115724 or 3438032. OLE color: 3438032.

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

Color convert

RGB 208 117 52 -
CMYK 0 0.44 0.75 0.18
HSL 25º 0.62% 0.51% -
HSV(B) 25º 0.75% 0.82% -
XYZ 32.99 26.38 6.6 -
YUV 136.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 208 117 52 0 0.44 0.75 0.18 25 0.62 0.51
Hex D0 75 34 0 2C 4B 12 19 3E 33
Octal 320 165 64 0 54 113 22 31 76 63
Binary 11010000 1110101 110100 0 101100 1001011 10010 11001 111110 110011

Color Harmonies of #D07534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07534

Black with #D07534

Text Example


Text Example

White with #D07534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07534; }

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

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

background-color css

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

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

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

border-color css

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

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

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