Html Css Color HEX #D27028 Tango

📋 copy color: '#D27028'

red 210 ◦ green 112 ◦ blue 40

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

Shades of Tango #D27028

Tints of Tango #D27028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 58.01%
G = 30.94%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D27028 (or 0xD27028) is known color: Tango. HEX triplet: D2, 70 and 28. RGB value is (210,112,40). Sum of RGB (Red+Green+Blue) = 210+112+40=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D27028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27028 is #2D8FD7. Grayscale: #858585. Windows color (decimal): -2985944 or 2650322. OLE color: 2650322.

HSL color Cylindrical-coordinate representation of color #D27028: hue angle of 25.41º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D27028 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 40 -
CMYK 0 0.47 0.81 0.18
HSL 25.41º 0.68% 0.49% -
HSV(B) 25.41º 0.81% 0.82% -
XYZ 32.76 25.44 5.19 -
YUV 133.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 210 112 40 0 0.47 0.81 0.18 25.41 0.68 0.49
Hex D2 70 28 0 2F 51 12 19 44 31
Octal 322 160 50 0 57 121 22 31 104 61
Binary 11010010 1110000 101000 0 101111 1010001 10010 11001 1000100 110001

Color Harmonies of #D27028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27028

Black with #D27028

Text Example


Text Example

White with #D27028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27028; }

 p { color: rgb(210,112,40); }

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

background-color css

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

 a { background-color: rgb(210,112,40); }

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

border-color css

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

 span { border-color: rgb(210,112,40); }

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