Html Css Color HEX #D6753C Tango

📋 copy color: '#D6753C'

red 214 ◦ green 117 ◦ blue 60

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

Shades of Tango #D6753C

Tints of Tango #D6753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.35%

R = 54.73%
G = 29.92%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6753C (or 0xD6753C) is known color: Tango. HEX triplet: D6, 75 and 3C. RGB value is (214,117,60). Sum of RGB (Red+Green+Blue) = 214+117+60=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6753C is #298AC3. Grayscale: #8B8B8B. Windows color (decimal): -2722500 or 3962326. OLE color: 3962326.

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

Color convert

RGB 214 117 60 -
CMYK 0 0.45 0.72 0.16
HSL 22.21º 0.65% 0.54% -
HSV(B) 22.21º 0.72% 0.84% -
XYZ 34.91 27.34 7.71 -
YUV 139.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 214 117 60 0 0.45 0.72 0.16 22.21 0.65 0.54
Hex D6 75 3C 0 2D 48 10 16 41 36
Octal 326 165 74 0 55 110 20 26 101 66
Binary 11010110 1110101 111100 0 101101 1001000 10000 10110 1000001 110110

Color Harmonies of #D6753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6753C

Black with #D6753C

Text Example


Text Example

White with #D6753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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