Html Css Color HEX #DC580B Tenne (Tawny)

📋 copy color: '#DC580B'

red 220 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #DC580B

Tints of Tenne (Tawny) #DC580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 68.97%
G = 27.59%
B = 3.45%

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

#DC580B (or 0xDC580B) is known color: Tenne (Tawny). HEX triplet: DC, 58 and 0B. RGB value is (220,88,11). Sum of RGB (Red+Green+Blue) = 220+88+11=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC580B is #23A7F4. Grayscale: #777777. Windows color (decimal): -2336757 or 743644. OLE color: 743644.

HSL color Cylindrical-coordinate representation of color #DC580B: hue angle of 22.11º degrees, saturation: 0.9, 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 #DC580B is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 11 -
CMYK 0 0.6 0.95 0.14
HSL 22.11º 0.9% 0.45% -
HSV(B) 22.11º 0.95% 0.86% -
XYZ 33.07 22.22 2.86 -
YUV 118.69 67.23 200.26 -
System Red Green Blue C M Y K H S L
Decimal 220 88 11 0 0.6 0.95 0.14 22.11 0.9 0.45
Hex DC 58 B 0 3C 5F E 16 5A 2D
Octal 334 130 13 0 74 137 16 26 132 55
Binary 11011100 1011000 1011 0 111100 1011111 1110 10110 1011010 101101

Color Harmonies of #DC580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC580B

Black with #DC580B

Text Example


Text Example

White with #DC580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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