Html Css Color HEX #D5732F Tango

📋 copy color: '#D5732F'

red 213 ◦ green 115 ◦ blue 47

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

Shades of Tango #D5732F

Tints of Tango #D5732F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 56.8%
G = 30.67%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5732F (or 0xD5732F) is known color: Tango. HEX triplet: D5, 73 and 2F. RGB value is (213,115,47). Sum of RGB (Red+Green+Blue) = 213+115+47=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5732F is #2A8CD0. Grayscale: #888888. Windows color (decimal): -2788561 or 3109845. OLE color: 3109845.

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

Color convert

RGB 213 115 47 -
CMYK 0 0.46 0.78 0.16
HSL 24.58º 0.66% 0.51% -
HSV(B) 24.58º 0.78% 0.84% -
XYZ 34.08 26.61 6.03 -
YUV 136.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 213 115 47 0 0.46 0.78 0.16 24.58 0.66 0.51
Hex D5 73 2F 0 2E 4E 10 19 42 33
Octal 325 163 57 0 56 116 20 31 102 63
Binary 11010101 1110011 101111 0 101110 1001110 10000 11001 1000010 110011

Color Harmonies of #D5732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5732F

Black with #D5732F

Text Example


Text Example

White with #D5732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5732F; }

 p { color: rgb(213,115,47); }

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

background-color css

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

 a { background-color: rgb(213,115,47); }

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

border-color css

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

 span { border-color: rgb(213,115,47); }

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