Html Css Color HEX #D27531 Tango

📋 copy color: '#D27531'

red 210 ◦ green 117 ◦ blue 49

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

Shades of Tango #D27531

Tints of Tango #D27531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 55.85%
G = 31.12%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D27531 (or 0xD27531) is known color: Tango. HEX triplet: D2, 75 and 31. RGB value is (210,117,49). Sum of RGB (Red+Green+Blue) = 210+117+49=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D27531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27531 is #2D8ACE. Grayscale: #898989. Windows color (decimal): -2984655 or 3241426. OLE color: 3241426.

HSL color Cylindrical-coordinate representation of color #D27531: hue angle of 25.34º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D27531 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 49 -
CMYK 0 0.44 0.77 0.18
HSL 25.34º 0.64% 0.51% -
HSV(B) 25.34º 0.77% 0.82% -
XYZ 33.49 26.65 6.28 -
YUV 137.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 210 117 49 0 0.44 0.77 0.18 25.34 0.64 0.51
Hex D2 75 31 0 2C 4D 12 19 40 33
Octal 322 165 61 0 54 115 22 31 100 63
Binary 11010010 1110101 110001 0 101100 1001101 10010 11001 1000000 110011

Color Harmonies of #D27531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27531

Black with #D27531

Text Example


Text Example

White with #D27531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27531; }

 p { color: rgb(210,117,49); }

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

background-color css

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

 a { background-color: rgb(210,117,49); }

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

border-color css

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

 span { border-color: rgb(210,117,49); }

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