Html Css Color HEX #D5753C Tango

📋 copy color: '#D5753C'

red 213 ◦ green 117 ◦ blue 60

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

Shades of Tango #D5753C

Tints of Tango #D5753C

RGB

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

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

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

R = 54.62%
G = 30%
B = 15.38%

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

#D5753C (or 0xD5753C) is known color: Tango. HEX triplet: D5, 75 and 3C. RGB value is (213,117,60). Sum of RGB (Red+Green+Blue) = 213+117+60=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5753C is #2A8AC3. Grayscale: #8B8B8B. Windows color (decimal): -2788036 or 3962325. OLE color: 3962325.

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

Color convert

RGB 213 117 60 -
CMYK 0 0.45 0.72 0.16
HSL 22.35º 0.65% 0.54% -
HSV(B) 22.35º 0.72% 0.84% -
XYZ 34.62 27.19 7.7 -
YUV 139.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 213 117 60 0 0.45 0.72 0.16 22.35 0.65 0.54
Hex D5 75 3C 0 2D 48 10 16 41 36
Octal 325 165 74 0 55 110 20 26 101 66
Binary 11010101 1110101 111100 0 101101 1001000 10000 10110 1000001 110110

Color Harmonies of #D5753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5753C

Black with #D5753C

Text Example


Text Example

White with #D5753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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