Html Css Color HEX #D6753A Tango

📋 copy color: '#D6753A'

red 214 ◦ green 117 ◦ blue 58

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

Shades of Tango #D6753A

Tints of Tango #D6753A

RGB

 RED value IS 214 (83.98% from 255) = 55.01%

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

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

R = 55.01%
G = 30.08%
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

#D6753A (or 0xD6753A) is known color: Tango. HEX triplet: D6, 75 and 3A. RGB value is (214,117,58). Sum of RGB (Red+Green+Blue) = 214+117+58=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6753A is #298AC5. Grayscale: #8B8B8B. Windows color (decimal): -2722502 or 3831254. OLE color: 3831254.

HSL color Cylindrical-coordinate representation of color #D6753A: hue angle of 22.69º degrees, saturation: 0.66, 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 #D6753A is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 117 58 -
CMYK 0 0.45 0.73 0.16
HSL 22.69º 0.66% 0.53% -
HSV(B) 22.69º 0.73% 0.84% -
XYZ 34.86 27.32 7.44 -
YUV 139.28 82.14 181.3 -
System Red Green Blue C M Y K H S L
Decimal 214 117 58 0 0.45 0.73 0.16 22.69 0.66 0.53
Hex D6 75 3A 0 2D 49 10 17 42 35
Octal 326 165 72 0 55 111 20 27 102 65
Binary 11010110 1110101 111010 0 101101 1001001 10000 10111 1000010 110101

Color Harmonies of #D6753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6753A

Black with #D6753A

Text Example


Text Example

White with #D6753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6753A; }

 p { color: rgb(214,117,58); }

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

background-color css

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

 a { background-color: rgb(214,117,58); }

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

border-color css

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

 span { border-color: rgb(214,117,58); }

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