Html Css Color HEX #D27532 Tango

📋 copy color: '#D27532'

red 210 ◦ green 117 ◦ blue 50

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

Shades of Tango #D27532

Tints of Tango #D27532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 55.7%
G = 31.03%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D27532 (or 0xD27532) is known color: Tango. HEX triplet: D2, 75 and 32. RGB value is (210,117,50). Sum of RGB (Red+Green+Blue) = 210+117+50=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D27532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27532 is #2D8ACD. Grayscale: #898989. Windows color (decimal): -2984654 or 3306962. OLE color: 3306962.

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

Color convert

RGB 210 117 50 -
CMYK 0 0.44 0.76 0.18
HSL 25.13º 0.64% 0.51% -
HSV(B) 25.13º 0.76% 0.82% -
XYZ 33.52 26.65 6.4 -
YUV 137.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 210 117 50 0 0.44 0.76 0.18 25.13 0.64 0.51
Hex D2 75 32 0 2C 4C 12 19 40 33
Octal 322 165 62 0 54 114 22 31 100 63
Binary 11010010 1110101 110010 0 101100 1001100 10010 11001 1000000 110011

Color Harmonies of #D27532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27532

Black with #D27532

Text Example


Text Example

White with #D27532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27532; }

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

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

background-color css

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

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

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

border-color css

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

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

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