Html Css Color HEX #D57235 Tango

📋 copy color: '#D57235'

red 213 ◦ green 114 ◦ blue 53

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

Shades of Tango #D57235

Tints of Tango #D57235

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 56.05%
G = 30%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D57235 (or 0xD57235) is known color: Tango. HEX triplet: D5, 72 and 35. RGB value is (213,114,53). Sum of RGB (Red+Green+Blue) = 213+114+53=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D57235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57235 is #2A8DCA. Grayscale: #888888. Windows color (decimal): -2788811 or 3502805. OLE color: 3502805.

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

Color convert

RGB 213 114 53 -
CMYK 0 0.46 0.75 0.16
HSL 22.88º 0.66% 0.52% -
HSV(B) 22.88º 0.75% 0.84% -
XYZ 34.1 26.44 6.67 -
YUV 136.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 213 114 53 0 0.46 0.75 0.16 22.88 0.66 0.52
Hex D5 72 35 0 2E 4B 10 17 42 34
Octal 325 162 65 0 56 113 20 27 102 64
Binary 11010101 1110010 110101 0 101110 1001011 10000 10111 1000010 110100

Color Harmonies of #D57235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57235

Black with #D57235

Text Example


Text Example

White with #D57235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57235; }

 p { color: rgb(213,114,53); }

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

background-color css

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

 a { background-color: rgb(213,114,53); }

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

border-color css

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

 span { border-color: rgb(213,114,53); }

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