Html Css Color HEX #DC560B Tenne (Tawny)

📋 copy color: '#DC560B'

red 220 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #DC560B

Tints of Tenne (Tawny) #DC560B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 69.4%
G = 27.13%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC560B (or 0xDC560B) is known color: Tenne (Tawny). HEX triplet: DC, 56 and 0B. RGB value is (220,86,11). Sum of RGB (Red+Green+Blue) = 220+86+11=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC560B is #23A9F4. Grayscale: #757575. Windows color (decimal): -2337269 or 743132. OLE color: 743132.

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

Color convert

RGB 220 86 11 -
CMYK 0 0.61 0.95 0.14
HSL 21.53º 0.9% 0.45% -
HSV(B) 21.53º 0.95% 0.86% -
XYZ 32.9 21.9 2.81 -
YUV 117.52 67.89 201.1 -
System Red Green Blue C M Y K H S L
Decimal 220 86 11 0 0.61 0.95 0.14 21.53 0.9 0.45
Hex DC 56 B 0 3D 5F E 16 5A 2D
Octal 334 126 13 0 75 137 16 26 132 55
Binary 11011100 1010110 1011 0 111101 1011111 1110 10110 1011010 101101

Color Harmonies of #DC560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC560B

Black with #DC560B

Text Example


Text Example

White with #DC560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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