Html Css Color HEX #D27434 Tango

📋 copy color: '#D27434'

red 210 ◦ green 116 ◦ blue 52

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

Shades of Tango #D27434

Tints of Tango #D27434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 55.56%
G = 30.69%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D27434 (or 0xD27434) is known color: Tango. HEX triplet: D2, 74 and 34. RGB value is (210,116,52). Sum of RGB (Red+Green+Blue) = 210+116+52=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D27434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27434 is #2D8BCB. Grayscale: #898989. Windows color (decimal): -2984908 or 3437778. OLE color: 3437778.

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

Color convert

RGB 210 116 52 -
CMYK 0 0.45 0.75 0.18
HSL 24.3º 0.64% 0.51% -
HSV(B) 24.3º 0.75% 0.82% -
XYZ 33.44 26.44 6.59 -
YUV 136.81 80.14 180.2 -
System Red Green Blue C M Y K H S L
Decimal 210 116 52 0 0.45 0.75 0.18 24.3 0.64 0.51
Hex D2 74 34 0 2D 4B 12 18 40 33
Octal 322 164 64 0 55 113 22 30 100 63
Binary 11010010 1110100 110100 0 101101 1001011 10010 11000 1000000 110011

Color Harmonies of #D27434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27434

Black with #D27434

Text Example


Text Example

White with #D27434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27434; }

 p { color: rgb(210,116,52); }

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

background-color css

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

 a { background-color: rgb(210,116,52); }

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

border-color css

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

 span { border-color: rgb(210,116,52); }

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