Html Css Color HEX #D57434 Tango

📋 copy color: '#D57434'

red 213 ◦ green 116 ◦ blue 52

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

Shades of Tango #D57434

Tints of Tango #D57434

RGB

 RED value IS 213 (83.59% from 255) = 55.91%

 GREEN value IS 116 (45.7% from 255) = 30.45%

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

R = 55.91%
G = 30.45%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D57434 (or 0xD57434) is known color: Tango. HEX triplet: D5, 74 and 34. RGB value is (213,116,52). Sum of RGB (Red+Green+Blue) = 213+116+52=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D57434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57434 is #2A8BCB. Grayscale: #8A8A8A. Windows color (decimal): -2788300 or 3437781. OLE color: 3437781.

HSL color Cylindrical-coordinate representation of color #D57434: hue angle of 23.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D57434 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 52 -
CMYK 0 0.46 0.76 0.16
HSL 23.85º 0.66% 0.52% -
HSV(B) 23.85º 0.76% 0.84% -
XYZ 34.31 26.88 6.63 -
YUV 137.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 213 116 52 0 0.46 0.76 0.16 23.85 0.66 0.52
Hex D5 74 34 0 2E 4C 10 18 42 34
Octal 325 164 64 0 56 114 20 30 102 64
Binary 11010101 1110100 110100 0 101110 1001100 10000 11000 1000010 110100

Color Harmonies of #D57434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57434

Black with #D57434

Text Example


Text Example

White with #D57434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57434; }

 p { color: rgb(213,116,52); }

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

background-color css

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

 a { background-color: rgb(213,116,52); }

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

border-color css

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

 span { border-color: rgb(213,116,52); }

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