Html Css Color HEX #DC5B09 Tenne (Tawny)

📋 copy color: '#DC5B09'

red 220 ◦ green 91 ◦ blue 9

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

Shades of Tenne (Tawny) #DC5B09

Tints of Tenne (Tawny) #DC5B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.81%

R = 68.75%
G = 28.44%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5B09 (or 0xDC5B09) is known color: Tenne (Tawny). HEX triplet: DC, 5B and 09. RGB value is (220,91,9). Sum of RGB (Red+Green+Blue) = 220+91+9=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B09 is #23A4F6. Grayscale: #787878. Windows color (decimal): -2335991 or 613340. OLE color: 613340.

HSL color Cylindrical-coordinate representation of color #DC5B09: hue angle of 23.32º degrees, saturation: 0.92, 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 #DC5B09 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 91 9 -
CMYK 0 0.59 0.96 0.14
HSL 23.32º 0.92% 0.45% -
HSV(B) 23.32º 0.96% 0.86% -
XYZ 33.31 22.72 2.89 -
YUV 120.22 65.24 199.17 -
System Red Green Blue C M Y K H S L
Decimal 220 91 9 0 0.59 0.96 0.14 23.32 0.92 0.45
Hex DC 5B 9 0 3B 60 E 17 5C 2D
Octal 334 133 11 0 73 140 16 27 134 55
Binary 11011100 1011011 1001 0 111011 1100000 1110 10111 1011100 101101

Color Harmonies of #DC5B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B09

Black with #DC5B09

Text Example


Text Example

White with #DC5B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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