Html Css Color HEX #DC5308 Tenne (Tawny)

📋 copy color: '#DC5308'

red 220 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #DC5308

Tints of Tenne (Tawny) #DC5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

 BLUE value IS 8 (3.52% from 255) = 2.57%

R = 70.74%
G = 26.69%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5308 (or 0xDC5308) is known color: Tenne (Tawny). HEX triplet: DC, 53 and 08. RGB value is (220,83,8). Sum of RGB (Red+Green+Blue) = 220+83+8=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5308 is #23ACF7. Grayscale: #737373. Windows color (decimal): -2338040 or 545756. OLE color: 545756.

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

Color convert

RGB 220 83 8 -
CMYK 0 0.62 0.96 0.14
HSL 21.23º 0.93% 0.45% -
HSV(B) 21.23º 0.96% 0.86% -
XYZ 32.65 21.42 2.64 -
YUV 115.41 67.39 202.6 -
System Red Green Blue C M Y K H S L
Decimal 220 83 8 0 0.62 0.96 0.14 21.23 0.93 0.45
Hex DC 53 8 0 3E 60 E 15 5D 2D
Octal 334 123 10 0 76 140 16 25 135 55
Binary 11011100 1010011 1000 0 111110 1100000 1110 10101 1011101 101101

Color Harmonies of #DC5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5308

Black with #DC5308

Text Example


Text Example

White with #DC5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5308; }

 p { color: rgb(220,83,8); }

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

background-color css

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

 a { background-color: rgb(220,83,8); }

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

border-color css

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

 span { border-color: rgb(220,83,8); }

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