Html Css Color HEX #D4752D Tango

📋 copy color: '#D4752D'

red 212 ◦ green 117 ◦ blue 45

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

Shades of Tango #D4752D

Tints of Tango #D4752D

RGB

 RED value IS 212 (83.2% from 255) = 56.68%

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

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

R = 56.68%
G = 31.28%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4752D (or 0xD4752D) is known color: Tango. HEX triplet: D4, 75 and 2D. RGB value is (212,117,45). Sum of RGB (Red+Green+Blue) = 212+117+45=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4752D is #2B8AD2. Grayscale: #898989. Windows color (decimal): -2853587 or 2979284. OLE color: 2979284.

HSL color Cylindrical-coordinate representation of color #D4752D: hue angle of 25.87º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4752D is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 45 -
CMYK 0 0.45 0.79 0.17
HSL 25.87º 0.66% 0.5% -
HSV(B) 25.87º 0.79% 0.83% -
XYZ 33.99 26.91 5.89 -
YUV 137.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 212 117 45 0 0.45 0.79 0.17 25.87 0.66 0.5
Hex D4 75 2D 0 2D 4F 11 1A 42 32
Octal 324 165 55 0 55 117 21 32 102 62
Binary 11010100 1110101 101101 0 101101 1001111 10001 11010 1000010 110010

Color Harmonies of #D4752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4752D

Black with #D4752D

Text Example


Text Example

White with #D4752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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