Html Css Color HEX #DC5B00 Tenne (Tawny)

📋 copy color: '#DC5B00'

red 220 ◦ green 91 ◦ blue 0

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

Shades of Tenne (Tawny) #DC5B00

Tints of Tenne (Tawny) #DC5B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.74%
G = 29.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC5B00 (or 0xDC5B00) is known color: Tenne (Tawny). HEX triplet: DC, 5B and 00. RGB value is (220,91,0). Sum of RGB (Red+Green+Blue) = 220+91+0=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B00 is #23A4FF. Grayscale: #777777. Windows color (decimal): -2336000 or 23516. OLE color: 23516.

HSL color Cylindrical-coordinate representation of color #DC5B00: hue angle of 24.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC5B00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 91 0 -
CMYK 0 0.59 1 0.14
HSL 24.82º 1% 0.43% -
HSV(B) 24.82º 1% 0.86% -
XYZ 33.26 22.7 2.63 -
YUV 119.2 60.74 199.9 -
System Red Green Blue C M Y K H S L
Decimal 220 91 0 0 0.59 1 0.14 24.82 1 0.43
Hex DC 5B 0 0 3B 64 E 19 64 2B
Octal 334 133 0 0 73 144 16 31 144 53
Binary 11011100 1011011 0 0 111011 1100100 1110 11001 1100100 101011

Color Harmonies of #DC5B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B00

Black with #DC5B00

Text Example


Text Example

White with #DC5B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B00; }

 p { color: rgb(220,91,0); }

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

background-color css

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

 a { background-color: rgb(220,91,0); }

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

border-color css

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

 span { border-color: rgb(220,91,0); }

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