Html Css Color HEX #DC7534 Tango

📋 copy color: '#DC7534'

red 220 ◦ green 117 ◦ blue 52

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

Shades of Tango #DC7534

Tints of Tango #DC7534

RGB

 RED value IS 220 (86.33% from 255) = 56.56%

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

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

R = 56.56%
G = 30.08%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC7534 (or 0xDC7534) is known color: Tango. HEX triplet: DC, 75 and 34. RGB value is (220,117,52). Sum of RGB (Red+Green+Blue) = 220+117+52=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7534 is #238ACB. Grayscale: #8C8C8C. Windows color (decimal): -2329292 or 3438044. OLE color: 3438044.

HSL color Cylindrical-coordinate representation of color #DC7534: hue angle of 23.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC7534 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 52 -
CMYK 0 0.47 0.76 0.14
HSL 23.21º 0.71% 0.53% -
HSV(B) 23.21º 0.76% 0.86% -
XYZ 36.5 28.19 6.77 -
YUV 140.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 220 117 52 0 0.47 0.76 0.14 23.21 0.71 0.53
Hex DC 75 34 0 2F 4C E 17 47 35
Octal 334 165 64 0 57 114 16 27 107 65
Binary 11011100 1110101 110100 0 101111 1001100 1110 10111 1000111 110101

Color Harmonies of #DC7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7534

Black with #DC7534

Text Example


Text Example

White with #DC7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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