Html Css Color HEX #D27128 Tango

📋 copy color: '#D27128'

red 210 ◦ green 113 ◦ blue 40

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

Shades of Tango #D27128

Tints of Tango #D27128

RGB

 RED value IS 210 (82.42% from 255) = 57.85%

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 57.85%
G = 31.13%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D27128 (or 0xD27128) is known color: Tango. HEX triplet: D2, 71 and 28. RGB value is (210,113,40). Sum of RGB (Red+Green+Blue) = 210+113+40=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D27128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27128 is #2D8ED7. Grayscale: #868686. Windows color (decimal): -2985688 or 2650578. OLE color: 2650578.

HSL color Cylindrical-coordinate representation of color #D27128: hue angle of 25.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D27128 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 113 40 -
CMYK 0 0.46 0.81 0.18
HSL 25.76º 0.68% 0.49% -
HSV(B) 25.76º 0.81% 0.82% -
XYZ 32.87 25.67 5.23 -
YUV 133.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 210 113 40 0 0.46 0.81 0.18 25.76 0.68 0.49
Hex D2 71 28 0 2E 51 12 1A 44 31
Octal 322 161 50 0 56 121 22 32 104 61
Binary 11010010 1110001 101000 0 101110 1010001 10010 11010 1000100 110001

Color Harmonies of #D27128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27128

Black with #D27128

Text Example


Text Example

White with #D27128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27128; }

 p { color: rgb(210,113,40); }

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

background-color css

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

 a { background-color: rgb(210,113,40); }

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

border-color css

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

 span { border-color: rgb(210,113,40); }

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