Html Css Color HEX #D27334 Tango

📋 copy color: '#D27334'

red 210 ◦ green 115 ◦ blue 52

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

Shades of Tango #D27334

Tints of Tango #D27334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 55.7%
G = 30.5%
B = 13.79%

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

#D27334 (or 0xD27334) is known color: Tango. HEX triplet: D2, 73 and 34. RGB value is (210,115,52). Sum of RGB (Red+Green+Blue) = 210+115+52=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D27334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27334 is #2D8CCB. Grayscale: #888888. Windows color (decimal): -2985164 or 3437522. OLE color: 3437522.

HSL color Cylindrical-coordinate representation of color #D27334: hue angle of 23.92º 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 #D27334 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 52 -
CMYK 0 0.45 0.75 0.18
HSL 23.92º 0.64% 0.51% -
HSV(B) 23.92º 0.75% 0.82% -
XYZ 33.33 26.21 6.55 -
YUV 136.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 210 115 52 0 0.45 0.75 0.18 23.92 0.64 0.51
Hex D2 73 34 0 2D 4B 12 18 40 33
Octal 322 163 64 0 55 113 22 30 100 63
Binary 11010010 1110011 110100 0 101101 1001011 10010 11000 1000000 110011

Color Harmonies of #D27334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27334

Black with #D27334

Text Example


Text Example

White with #D27334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27334; }

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

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

background-color css

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

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

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

border-color css

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

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

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