Html Css Color HEX #DC580A Tenne (Tawny)

📋 copy color: '#DC580A'

red 220 ◦ green 88 ◦ blue 10

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

Shades of Tenne (Tawny) #DC580A

Tints of Tenne (Tawny) #DC580A

RGB

 RED value IS 220 (86.33% from 255) = 69.18%

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 69.18%
G = 27.67%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC580A (or 0xDC580A) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 0A. RGB value is (220,88,10). Sum of RGB (Red+Green+Blue) = 220+88+10=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC580A is #23A7F5. Grayscale: #777777. Windows color (decimal): -2336758 or 678108. OLE color: 678108.

HSL color Cylindrical-coordinate representation of color #DC580A: hue angle of 22.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC580A is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 10 -
CMYK 0 0.6 0.95 0.14
HSL 22.29º 0.91% 0.45% -
HSV(B) 22.29º 0.95% 0.86% -
XYZ 33.06 22.22 2.83 -
YUV 118.58 66.73 200.34 -
System Red Green Blue C M Y K H S L
Decimal 220 88 10 0 0.6 0.95 0.14 22.29 0.91 0.45
Hex DC 58 A 0 3C 5F E 16 5B 2D
Octal 334 130 12 0 74 137 16 26 133 55
Binary 11011100 1011000 1010 0 111100 1011111 1110 10110 1011011 101101

Color Harmonies of #DC580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC580A

Black with #DC580A

Text Example


Text Example

White with #DC580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC580A; }

 p { color: rgb(220,88,10); }

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

background-color css

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

 a { background-color: rgb(220,88,10); }

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

border-color css

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

 span { border-color: rgb(220,88,10); }

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