Html Css Color HEX #D27534 Tango

📋 copy color: '#D27534'

red 210 ◦ green 117 ◦ blue 52

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

Shades of Tango #D27534

Tints of Tango #D27534

RGB

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

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

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

R = 55.41%
G = 30.87%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D27534 (or 0xD27534) is known color: Tango. HEX triplet: D2, 75 and 34. RGB value is (210,117,52). Sum of RGB (Red+Green+Blue) = 210+117+52=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D27534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27534 is #2D8ACB. Grayscale: #898989. Windows color (decimal): -2984652 or 3438034. OLE color: 3438034.

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

Color convert

RGB 210 117 52 -
CMYK 0 0.44 0.75 0.18
HSL 24.68º 0.64% 0.51% -
HSV(B) 24.68º 0.75% 0.82% -
XYZ 33.56 26.67 6.63 -
YUV 137.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 210 117 52 0 0.44 0.75 0.18 24.68 0.64 0.51
Hex D2 75 34 0 2C 4B 12 19 40 33
Octal 322 165 64 0 54 113 22 31 100 63
Binary 11010010 1110101 110100 0 101100 1001011 10010 11001 1000000 110011

Color Harmonies of #D27534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27534

Black with #D27534

Text Example


Text Example

White with #D27534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27534; }

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

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

background-color css

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

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

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

border-color css

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

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

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