Html Css Color HEX #DC5E0B Tenne (Tawny)

📋 copy color: '#DC5E0B'

red 220 ◦ green 94 ◦ blue 11

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

Shades of Tenne (Tawny) #DC5E0B

Tints of Tenne (Tawny) #DC5E0B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

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

R = 67.69%
G = 28.92%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC5E0B (or 0xDC5E0B) is known color: Tenne (Tawny). HEX triplet: DC, 5E and 0B. RGB value is (220,94,11). Sum of RGB (Red+Green+Blue) = 220+94+11=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E0B is #23A1F4. Grayscale: #7A7A7A. Windows color (decimal): -2335221 or 745180. OLE color: 745180.

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

Color convert

RGB 220 94 11 -
CMYK 0 0.57 0.95 0.14
HSL 23.83º 0.9% 0.45% -
HSV(B) 23.83º 0.95% 0.86% -
XYZ 33.58 23.25 3.03 -
YUV 122.21 65.24 197.75 -
System Red Green Blue C M Y K H S L
Decimal 220 94 11 0 0.57 0.95 0.14 23.83 0.9 0.45
Hex DC 5E B 0 39 5F E 18 5A 2D
Octal 334 136 13 0 71 137 16 30 132 55
Binary 11011100 1011110 1011 0 111001 1011111 1110 11000 1011010 101101

Color Harmonies of #DC5E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E0B

Black with #DC5E0B

Text Example


Text Example

White with #DC5E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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