Html Css Color HEX #D5763A Tango

📋 copy color: '#D5763A'

red 213 ◦ green 118 ◦ blue 58

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

Shades of Tango #D5763A

Tints of Tango #D5763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

 BLUE value IS 58 (23.05% from 255) = 14.91%

R = 54.76%
G = 30.33%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5763A (or 0xD5763A) is known color: Tango. HEX triplet: D5, 76 and 3A. RGB value is (213,118,58). Sum of RGB (Red+Green+Blue) = 213+118+58=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5763A is #2A89C5. Grayscale: #8B8B8B. Windows color (decimal): -2787782 or 3831509. OLE color: 3831509.

HSL color Cylindrical-coordinate representation of color #D5763A: hue angle of 23.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5763A is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 118 58 -
CMYK 0 0.45 0.73 0.16
HSL 23.23º 0.65% 0.53% -
HSV(B) 23.23º 0.73% 0.84% -
XYZ 34.68 27.41 7.47 -
YUV 139.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 213 118 58 0 0.45 0.73 0.16 23.23 0.65 0.53
Hex D5 76 3A 0 2D 49 10 17 41 35
Octal 325 166 72 0 55 111 20 27 101 65
Binary 11010101 1110110 111010 0 101101 1001001 10000 10111 1000001 110101

Color Harmonies of #D5763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5763A

Black with #D5763A

Text Example


Text Example

White with #D5763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5763A; }

 p { color: rgb(213,118,58); }

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

background-color css

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

 a { background-color: rgb(213,118,58); }

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

border-color css

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

 span { border-color: rgb(213,118,58); }

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