Html Css Color HEX #D3752B Tango

📋 copy color: '#D3752B'

red 211 ◦ green 117 ◦ blue 43

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

Shades of Tango #D3752B

Tints of Tango #D3752B

RGB

 RED value IS 211 (82.81% from 255) = 56.87%

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

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 56.87%
G = 31.54%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3752B (or 0xD3752B) is known color: Tango. HEX triplet: D3, 75 and 2B. RGB value is (211,117,43). Sum of RGB (Red+Green+Blue) = 211+117+43=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3752B is #2C8AD4. Grayscale: #898989. Windows color (decimal): -2919125 or 2848211. OLE color: 2848211.

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

Color convert

RGB 211 117 43 -
CMYK 0 0.45 0.80 0.17
HSL 26.43º 0.66% 0.5% -
HSV(B) 26.43º 0.8% 0.83% -
XYZ 33.66 26.75 5.67 -
YUV 136.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 211 117 43 0 0.45 0.80 0.17 26.43 0.66 0.5
Hex D3 75 2B 0 2D 50 11 1A 42 32
Octal 323 165 53 0 55 120 21 32 102 62
Binary 11010011 1110101 101011 0 101101 1010000 10001 11010 1000010 110010

Color Harmonies of #D3752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3752B

Black with #D3752B

Text Example


Text Example

White with #D3752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3752B; }

 p { color: rgb(211,117,43); }

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

background-color css

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

 a { background-color: rgb(211,117,43); }

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

border-color css

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

 span { border-color: rgb(211,117,43); }

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