Html Css Color HEX #D5752D Tango

📋 copy color: '#D5752D'

red 213 ◦ green 117 ◦ blue 45

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

Shades of Tango #D5752D

Tints of Tango #D5752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 56.8%
G = 31.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5752D (or 0xD5752D) is known color: Tango. HEX triplet: D5, 75 and 2D. RGB value is (213,117,45). Sum of RGB (Red+Green+Blue) = 213+117+45=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5752D is #2A8AD2. Grayscale: #898989. Windows color (decimal): -2788051 or 2979285. OLE color: 2979285.

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

Color convert

RGB 213 117 45 -
CMYK 0 0.45 0.79 0.16
HSL 25.71º 0.67% 0.51% -
HSV(B) 25.71º 0.79% 0.84% -
XYZ 34.28 27.06 5.9 -
YUV 137.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 213 117 45 0 0.45 0.79 0.16 25.71 0.67 0.51
Hex D5 75 2D 0 2D 4F 10 1A 43 33
Octal 325 165 55 0 55 117 20 32 103 63
Binary 11010101 1110101 101101 0 101101 1001111 10000 11010 1000011 110011

Color Harmonies of #D5752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5752D

Black with #D5752D

Text Example


Text Example

White with #D5752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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